From e91c35c5344a018804b2f76527c90bc8d3c34f88 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 03 Feb 2016 07:59:31 -0500
Subject: [PATCH] Fix background color on selected and focused addressbook

---
 program/lib/Roundcube/rcube.php |    1 +
 skins/larry/addressbook.css     |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php
index 7388472..6193715 100644
--- a/program/lib/Roundcube/rcube.php
+++ b/program/lib/Roundcube/rcube.php
@@ -1500,6 +1500,7 @@
                 $host = preg_replace('/:[0-9]+$/', '', $host);
                 if ($host && preg_match('/\.[a-z]+$/i', $host)) {
                     $domain_part = $host;
+                    break;
                 }
             }
         }
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 538734f..38d62e7 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -88,7 +88,6 @@
 }
 
 #directorylist li.addressbook.selected > a {
-	background-color: transparent;
 	background-position: 6px -791px;
 }
 

--
Gitblit v1.9.1