Update admin menu

This commit is contained in:
Gregoire Parant 2020-12-16 18:52:11 +01:00
parent 1a27b7d2ee
commit a2d56ef56a
6 changed files with 69 additions and 55 deletions

View file

@ -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;
}
#menuIcon button {
background-color: black;