Update Sidebar.css

Cross browser grabbing cursor.
This commit is contained in:
Hugh Isaacs II 2019-07-05 14:42:23 -04:00 committed by GitHub
parent bdca28844c
commit 028d491294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
} }
.drag-bg { width: 100%; height: 100%; position: fixed; } .drag-bg { width: 100%; height: 100%; position: fixed; }
.fixbutton.dragging { cursor: -webkit-grabbing; } .fixbutton.dragging { cursor: -webkit-grabbing; cusor: grabbing; }
.fixbutton-bg:active { cursor: -webkit-grabbing; } .fixbutton-bg:active { cursor: -webkit-grabbing; cusor: grabbing; }
.body-sidebar, .body-internals { background-color: #666 !important; } .body-sidebar, .body-internals { background-color: #666 !important; }