Merge pull request #2074 from HughIsaacs2/patch-1
Update Sidebar.css for grabbing cursor
This commit is contained in:
commit
32e9839f23
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue