summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-11-28 10:57:21 +0100
committerAleksander Machniak <alec@alec.pl>2014-11-28 10:57:21 +0100
commitcf7471eb8608740a02b8ef3d1ca4899096e028fc (patch)
tree55bff85be44f3b317d29ab0f7d9cd7752acc419d
parentf7f4672649ee6867175fa0f436408f75dcdf4841 (diff)
Move some styles from #mailboxlist to .folderlist
-rw-r--r--skins/larry/mail.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index a3485f21e..4c91d2da8 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -145,19 +145,19 @@ html.mozilla #mailboxlist > li:first-child {
border-radius: 4px 4px 0 0;
}
-#mailboxlist li.mailbox.unread > a {
+.folderlist li.mailbox.unread > a {
padding-right: 36px;
}
-#mailboxlist li.unread {
+.folderlist li.unread {
font-weight: bold;
}
-#mailboxlist li.recent > a {
+.folderlist li.recent > a {
color: #017cb4;
}
-#mailboxlist li.mailbox .unreadcount {
+.folderlist li.mailbox .unreadcount {
position: absolute;
top: 3px;
right: 6px;
@@ -179,7 +179,7 @@ html.mozilla #mailboxlist > li:first-child {
text-shadow: none;
}
-#mailboxlist li.mailbox.selected > a .unreadcount {
+.folderlist 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));
@@ -190,7 +190,7 @@ html.mozilla #mailboxlist > li:first-child {
-webkit-box-shadow: inset 0 1px 1px 0 #003645;
}
-#mailboxlist li.mailbox.recent > a .unreadcount {
+.folderlist li.mailbox.recent > a .unreadcount {
background: #017cb4;
background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4));