mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 18:14:12 +01:00
make sure the active listcell in the second column of the preview window uses
HighlightText as the CSS color value and move the #vimperator-multiline-output styles to default.css
This commit is contained in:
@@ -144,9 +144,9 @@ fieldset.paypal {
|
||||
}
|
||||
|
||||
/* the selected item in listboxes is hardly readable without this */
|
||||
#vimperator-completion > listitem[selected="true"],
|
||||
#vimperator-bufferwindow > listitem[selected="true"],
|
||||
#vimperator-previewwindow > listitem[selected="true"]
|
||||
#vimperator-completion > listitem[selected="true"] > listcell,
|
||||
#vimperator-bufferwindow > listitem[selected="true"] > listcell,
|
||||
#vimperator-previewwindow > listitem[selected="true"] > listcell
|
||||
{
|
||||
background-color: Highlight !important;
|
||||
color: HighlightText !important;
|
||||
@@ -169,6 +169,10 @@ fieldset.paypal {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#vimperator-multiline-output {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.status_insecure, .status_insecure * {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user