Browse Source

Update Sidebar.css

Cross browser grabbing cursor.
Hugh Isaacs II 4 years ago
parent
commit
028d491294
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/Sidebar/media/Sidebar.css

+ 2 - 2
plugins/Sidebar/media/Sidebar.css

@@ -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;  }