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; }