diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-04 20:28:01 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-04 20:28:01 +0000 |
| commit | 083b33000fa063e11863e0b1f68e586adf4e1384 (patch) | |
| tree | d16389e4933e5a657d30f9084b351f73e25cbd52 /roundcubemail/skins/default/mail.css | |
| parent | 3b931f067e057d72ab715bca65975875223dab0e (diff) | |
Added new languages, hierarchical folder tree and attachments in forwarded messages
git-svn-id: https://svn.roundcube.net/trunk@20 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index eb8d67cae..5ae46f151 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -193,7 +193,7 @@ #mailboxlist li { - height: 18px; + /* height: 18px; */ font-size: 11px; background: url(images/icons/folder-closed.png) no-repeat; background-position: 10px 1px; @@ -243,7 +243,7 @@ #mailboxlist li.selected { background-color: #929292; - border-bottom: 1px solid #898989; + border-bottom: 1px solid #898989; } #mailboxlist li.selected a @@ -253,6 +253,37 @@ } +/* styles for nested folders */ +#mailboxlist ul { + list-style: none; + padding: 0; + margin:0; + border-top: 1px solid #EBEBEB; +} + +#mailboxlist ul li { + padding-left: 15px; + background-position: 25px 1px; +} + +#mailboxlist li.selected li { + background-color: #F9F9F9; +} + +#mailboxlist li.unread li { + font-weight: normal; +} + +#mailboxlist li.unread li.unread { + font-weight: bold; +} + +#mailboxlist li.selected li a{ + color: black; + font-weight: normal; +} + + /** message list styles */ body.messagelist |
