Better CSS cursors for splitters (#1486874)

release-0.6
thomascube 14 years ago
parent 600bb156f7
commit 636328483f

@ -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

@ -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;
}

Loading…
Cancel
Save