diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 21:11:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 21:11:26 +0000 |
| commit | a0d08bc9ed912a2bf396188fb33e1f4305ee8b7c (patch) | |
| tree | c6a60b0809872a1b4b10b12571bbf0067321912d | |
| parent | 448f1b0ba2a5beb5659605ccdefd66fbc9fc1fff (diff) | |
Better CSS cursors for splitters (#1486874)
git-svn-id: https://svn.roundcube.net/trunk@4392 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/CHANGELOG | 1 | ||||
| -rw-r--r-- | roundcubemail/skins/default/common.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 4d695da0e..2e20b3ec6 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Better CSS cursors for splitters (#1486874) - Show the same message only once (#1487641) - Fix namespaces handling (#1487649) - Add handling of multifolder METADATA/ANNOTATION responses diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 622fba949..93c13adcd 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; } |
