Fix style button
This commit is contained in:
parent
8bf72e1ffd
commit
af89965db8
5 changed files with 33 additions and 12 deletions
4
front/dist/resources/style/style.css
vendored
4
front/dist/resources/style/style.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue