Fix background color on selected and focused addressbook

pull/322/head
Aleksander Machniak 9 years ago
parent 332ffef199
commit e91c35c534

@ -1500,6 +1500,7 @@ class rcube
$host = preg_replace('/:[0-9]+$/', '', $host);
if ($host && preg_match('/\.[a-z]+$/i', $host)) {
$domain_part = $host;
break;
}
}
}

@ -88,7 +88,6 @@
}
#directorylist li.addressbook.selected > a {
background-color: transparent;
background-position: 6px -791px;
}

Loading…
Cancel
Save