ソースを参照

Changed panel-handle cursor to proper 2 directional

Matt 9 年 前
コミット
616e9ce5f6
1 ファイル変更1 行追加1 行削除
  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;