diff options
author | thomascube <thomas@roundcube.net> | 2012-02-21 22:01:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-21 22:01:05 +0000 |
commit | 3c9e9033239a7d78c99359adc0341f7c0ae142e4 (patch) | |
tree | b78b4624a4da0af078c4e79ff1c3cf8455288cb6 /skins | |
parent | fec2d8e1309d1f16f9cd772b82b28627d9359354 (diff) |
Fix Larry styles
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3c90f179e..fa39ffb05 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -260,7 +260,7 @@ a.iconbutton.threadmode.selected { text-shadow: none; } -#mailboxlist li.mailbox.selected .unreadcount { +#mailboxlist li.mailbox.selected > a .unreadcount { background: #005d76; background: -moz-linear-gradient(top, #005d76 0%, #004558 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005d76), color-stop(100%,#004558)); @@ -342,9 +342,8 @@ a.iconbutton.threadmode.selected { width: 30px; } -#messagelist tr td.flag, -#messagelist tr td.status, -#messagelist tr td.threads { +#messagelist tr td.threads, +#messagelist tr td.threads + td { border-left: 0; } |