summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-07-10 19:50:26 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-07-10 19:50:26 +0200
commit86fe5378ae83593b4e674456a471955e504df6d0 (patch)
tree0dbf4ece9c9e3c54f967b2e8dc74ff120e0fb952
parent5a3f8636ecaa9d479ef2ec39fa6abe36792a2556 (diff)
Don't override background color
-rw-r--r--skins/larry/mail.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 6cfbcaac3..019feb972 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1311,7 +1311,9 @@ div.message-partheaders .headers-table td.header {
}
#compose-contacts li a, #contacts-table td {
- background: url(images/listicons.png) -100px 0 no-repeat;
+ background-image: url(images/listicons.png);
+ background-position: -100px 0;
+ background-repeat: no-repeat;
overflow: hidden;
padding-left: 36px;
text-overflow: ellipsis;