Aleksander Machniak
2016-02-03 e91c35c5344a018804b2f76527c90bc8d3c34f88
Fix background color on selected and focused addressbook
2 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube.php 1 ●●●● patch | view | raw | blame | history
skins/larry/addressbook.css 1 ●●●● patch | view | raw | blame | history
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;
                }
            }
        }
skins/larry/addressbook.css
@@ -88,7 +88,6 @@
}
#directorylist li.addressbook.selected > a {
    background-color: transparent;
    background-position: 6px -791px;
}