These cursors are better cross-browser
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Nov 2009 01:56:27 +0000 (18:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Nov 2009 01:56:27 +0000 (18:56 -0700)
imp/themes/screen-dimp.css

index 456da49..afdd09e 100644 (file)
@@ -100,13 +100,13 @@ input {
 .splitBarHoriz {
     background-image: url("graphics/dragHandle.png");
     background-position: center top;
-    cursor: ns-resize;
+    cursor: row-resize;
     height: 5px;
 }
 .splitBarVert {
     background-image: url("graphics/dragHandleVert.png");
     background-position: center;
-    cursor: ew-resize;
+    cursor: col-resize;
     height: 300px;
     margin-bottom: -1px;
     margin-top: -1px;