summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-21 22:01:05 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-21 22:01:05 +0000
commit1b5c1a33d14bb1b19014693d02d0bbff36504d8a (patch)
tree1ffe55a3e4aa335b558210d9a45140bf581459ed
parent13161d3135a52e80f01bf7923d711f2945649348 (diff)
Fix Larry styles
git-svn-id: https://svn.roundcube.net/trunk@5899 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/larry/mail.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css
index 3c90f179e..fa39ffb05 100644
--- a/roundcubemail/skins/larry/mail.css
+++ b/roundcubemail/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;
}