From e91c35c5344a018804b2f76527c90bc8d3c34f88 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 3 Feb 2016 13:59:31 +0100 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 insertion(+), 1 deletion(-) diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php index 7388472d3..6193715b5 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -1500,6 +1500,7 @@ class rcube $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 538734f1f..38d62e77f 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; }