Skip to content

Commit

Permalink
Merge pull request HelloZeroNet#2074 from HughIsaacs2/patch-1
Browse files Browse the repository at this point in the history
Update Sidebar.css for grabbing cursor
  • Loading branch information
HelloZeroNet authored Jul 6, 2019
2 parents bdca288 + 028d491 commit 32e9839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Sidebar/media/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 32e9839

Please sign in to comment.