From: Michael M Slusarz Date: Wed, 18 Nov 2009 01:56:27 +0000 (-0700) Subject: These cursors are better cross-browser X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d01de04139f3ffa0e464e6bf64f08f291c968f9f;p=horde.git These cursors are better cross-browser --- 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;