Browse Source

Changed panel-handle cursor to proper 2 directional

Matt 9 years ago
parent
commit
616e9ce5f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/pages/_dashboard.scss

+ 1 - 1
public/sass/pages/_dashboard.scss

@@ -197,7 +197,7 @@ div.flot-text {
 }
 
 .resize-panel-handle {
-  cursor: se-resize;
+  cursor: nwse-resize;
   position: absolute;
   bottom: 0;
   right: 0;