From 86fe5378ae83593b4e674456a471955e504df6d0 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 10 Jul 2014 13:50:26 -0400
Subject: [PATCH] Don't override background color

---
 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 6cfbcaa..019feb9 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1311,7 +1311,9 @@
 }
 
 #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;

--
Gitblit v1.9.1