summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-14 08:31:02 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-14 08:31:02 +0200
commit174e2ca3bdd3bbe9cfd1e8e8542225e478f5fa04 (patch)
treebbf54dc9e503727b085bc71f65118dfc38aa6ee2 /skins/larry/styles.css
parent5218701a4ac1507c472c2bddaca9941f4a4af1d7 (diff)
Give calendar/ics attachment styles precedence over generic text class
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 908642ce8..7b321ed56 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1889,16 +1889,16 @@ ul.toolbarmenu li span.conversation {
background-position: 0 -338px;
}
-.attachmentslist li.ics,
-.attachmentslist li.calendar {
- background-position: 0 -364px;
-}
-
.attachmentslist li.txt,
.attachmentslist li.text {
background-position: 0 -416px;
}
+.attachmentslist li.ics,
+.attachmentslist li.calendar {
+ background-position: 0 -364px;
+}
+
.attachmentslist li.vcard {
background-position: 0 -390px;
}