diff options
author | thomascube <thomas@roundcube.net> | 2011-01-04 21:11:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-04 21:11:26 +0000 |
commit | 636328483fb1e5e5f3abc10ce70e8f60a2a1f9e4 (patch) | |
tree | 26607cbf707348656314d8b3d544eeb2c1356286 /skins | |
parent | 600bb156f79908e0ca72a039c6ad290146a2eb4e (diff) |
Better CSS cursors for splitters (#1486874)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 622fba949..93c13adcd 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -396,13 +396,13 @@ img .splitter-h { - cursor: n-resize; + cursor: n-resize; cursor: row-resize; background-position: center 2px; } .splitter-v { - cursor: e-resize; + cursor: e-resize; cursor: col-resize; background-position: 2px center; } |