summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-20 12:50:16 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-20 12:50:16 +0000
commit2685a615bdd43ce3df43496933f76aa14d545cda (patch)
treedbdc2cf101c309f69ec5d49b4780f69ecde8b3f5 /roundcubemail
parent87bf52c1dd9b24ad3a0f213f354fa730c709c540 (diff)
Finalize icons for Larry
git-svn-id: https://svn.roundcube.net/trunk@5808 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/skins/larry/images/listicons.pngbin25360 -> 25802 bytes
-rw-r--r--roundcubemail/skins/larry/mail.css24
2 files changed, 18 insertions, 6 deletions
diff --git a/roundcubemail/skins/larry/images/listicons.png b/roundcubemail/skins/larry/images/listicons.png
index 67348a950..6b34cb080 100644
--- a/roundcubemail/skins/larry/images/listicons.png
+++ b/roundcubemail/skins/larry/images/listicons.png
Binary files differ
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css
index 002a7ab90..73c7672e6 100644
--- a/roundcubemail/skins/larry/mail.css
+++ b/roundcubemail/skins/larry/mail.css
@@ -209,9 +209,9 @@ a.iconbutton.threadmode.selected {
#mailboxlist li.mailbox div.expanded {
position: absolute;
top: 13px;
- left: 20px;
- width: 14px;
- height: 14px;
+ left: 19px;
+ width: 13px;
+ height: 13px;
background: url(images/listicons.png) -3px -144px no-repeat;
cursor: pointer;
}
@@ -220,9 +220,18 @@ a.iconbutton.threadmode.selected {
background-position: -3px -168px;
}
+#mailboxlist li.mailbox.selected > div.collapsed {
+ background-position: -23px -144px;
+}
+
+#mailboxlist li.mailbox.selected > div.expanded {
+ background-position: -23px -168px;
+}
+
+
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
- left: 45px;
+ left: 43px;
top: 14px;
}
@@ -477,9 +486,12 @@ a.iconbutton.threadmode.selected {
background-position: -24px -1036px;
}
-#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.msgicon:hover {
- background-position: 0 -1056px;
+ background-position: -23px -1056px;
+}
+
+#messagelist tr td.flag span.unflagged:hover {
+ background-position: -23px -1076px;
}
#messagelist tr td.subject span.msgicon,