mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 00:14:14 +01:00
remove CSS rules for old completion list box
This commit is contained in:
@@ -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 */
|
/*-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 */
|
/* fixes the min-height: 22px from firefox */
|
||||||
#status-bar, statusbarpanel {
|
#status-bar, statusbarpanel {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user