1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 14:02:36 +01:00

remove CSS rules for old completion list box

This commit is contained in:
Doug Kearns
2008-10-05 16:45:37 +00:00
parent c985af4f20
commit 2be0219384

View File

@@ -54,14 +54,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
/*-moz-appearance: none !important; /* prevent an ugly 3D border */
}
/* the selected item in listboxes is hardly readable without this */
#liberator-completion > listitem[selected="true"] > listcell,
#liberator-bufferwindow > listitem[selected="true"] > listcell,
#liberator-previewwindow > listitem[selected="true"] > listcell {
background-color: Highlight !important;
color: HighlightText !important;
}
/* fixes the min-height: 22px from firefox */
#status-bar, statusbarpanel {
-moz-appearance: none !important;