Fix style button

This commit is contained in:
Gregoire Parant 2020-12-16 16:32:28 +01:00
parent 8bf72e1ffd
commit af89965db8
5 changed files with 33 additions and 12 deletions

View file

@ -1,9 +1,9 @@
*{
font-family: 'Open Sans', sans-serif;
cursor: url('../logos/cursor_normal.png'), auto;
cursor: url('../logos/cursor_normal.png'), auto !important;
}
* a, button, select{
cursor: url('../logos/cursor_pointer.png'), pointer;
cursor: url('../logos/cursor_pointer.png'), pointer !important;
}
body{
overflow: hidden;