Update admin menu
This commit is contained in:
parent
1a27b7d2ee
commit
a2d56ef56a
6 changed files with 69 additions and 55 deletions
|
@ -1,10 +1,10 @@
|
|||
<style>
|
||||
*{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
cursor: url('../logos/cursor_normal.png'), auto !important;
|
||||
cursor: url('/resources/logos/cursor_normal.png'), auto;
|
||||
}
|
||||
* a, button, select{
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer !important;
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
#gameQuality {
|
||||
background: #eceeee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue