Merge pull request #2074 from HughIsaacs2/patch-1

Update Sidebar.css for grabbing cursor
This commit is contained in:
ZeroNet 2019-07-06 13:24:27 +02:00 committed by GitHub
commit 32e9839f23
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; }
.fixbutton.dragging { cursor: -webkit-grabbing; }
.fixbutton-bg:active { cursor: -webkit-grabbing; }
.fixbutton.dragging { cursor: -webkit-grabbing; cusor: grabbing; }
.fixbutton-bg:active { cursor: -webkit-grabbing; cusor: grabbing; }
.body-sidebar, .body-internals { background-color: #666 !important; }