diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-07-10 19:50:26 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-07-10 19:50:26 +0200 |
commit | 86fe5378ae83593b4e674456a471955e504df6d0 (patch) | |
tree | 0dbf4ece9c9e3c54f967b2e8dc74ff120e0fb952 /skins | |
parent | 5a3f8636ecaa9d479ef2ec39fa6abe36792a2556 (diff) |
Don't override background color
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 4 |
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; |