diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2015-01-02 17:12:48 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2015-01-02 17:12:48 (GMT) |
commit | 463138ef5d3c79647e0b0c8cdd254edbb90f6d0b (patch) | |
tree | ad19e32e7083775caf7b3556ae05b4c15c1cc9de | |
parent | 60c5674ee95d2a3dc1893f9552544dcded54750d (diff) | |
download | roundcubemail-skin-chameleon-463138ef5d3c79647e0b0c8cdd254edbb90f6d0b.tar.gz |
Fix color of folder name on notebooks list
-rw-r--r-- | skins/chameleon/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/chameleon/styles.css b/skins/chameleon/styles.css index 8e12fda..db31409 100644 --- a/skins/chameleon/styles.css +++ b/skins/chameleon/styles.css @@ -1642,7 +1642,8 @@ input.button.delete:hover { #directorylist li.addressbook.readonly, #directorylist li.addressbook.shared, #directorylist li.addressbook.other, -.notesview #notebooks div.folder span.handle { +.notesview #notebooks div.folder span.handle, +.notesview #notebooks li .listname { background-image: url(images/listicons.png); background-position: right -5000px; background-repeat: no-repeat; |