From d01de04139f3ffa0e464e6bf64f08f291c968f9f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 17 Nov 2009 18:56:27 -0700 Subject: [PATCH] These cursors are better cross-browser --- imp/themes/screen-dimp.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 456da49b4..afdd09eef 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -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; -- 2.11.0