This commit is contained in:
Ivanq 2017-12-31 19:42:27 +03:00
parent 0f5658e65e
commit 5ff8d6be38
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
.menu {
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
}
.drag-bg { width: 100%; height: 100%; position: fixed; }
.fixbutton.dragging { cursor: -webkit-grabbing; }
.fixbutton-bg:active { cursor: -webkit-grabbing; }

View file

@ -76,6 +76,10 @@
/* ---- plugins/Sidebar/media/Sidebar.css ---- */
.menu {
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
}
.drag-bg { width: 100%; height: 100%; position: fixed; }
.fixbutton.dragging { cursor: -webkit-grabbing; }
.fixbutton-bg:active { cursor: -webkit-grabbing; }