summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-02 13:41:53 +0000
committerthomascube <thomas@roundcube.net>2012-01-02 13:41:53 +0000
commitc6db4aa46bd285ef7b3d63cba5e957373a116485 (patch)
tree4f1f19c291943261f6ec3008b267fcdf26f29df2 /skins/larry/styles.css
parent543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6 (diff)
Add (yet inactive) buttons to add recipients
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 198d64773..94ae63944 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -763,6 +763,23 @@ table.layout td {
background-position: 5px -1382px;
}
+.boxfooter .listbutton.addto .inner {
+ background-position: 5px -1422px;
+}
+
+.boxfooter .listbutton.addcc .inner {
+ background-position: 5px -1462px;
+}
+
+.boxfooter .listbutton.addbcc {
+ width: 54px;
+}
+
+.boxfooter .listbutton.addbcc .inner {
+ width: 54px;
+ background-position: 2px -1502px;
+}
+
.boxfooter .listbutton.disabled .inner {
opacity: 0.4;
}