mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:48:00 +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:
@@ -147,9 +147,9 @@ fieldset.paypal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* the selected item in listboxes is hardly readable without this */
|
/* the selected item in listboxes is hardly readable without this */
|
||||||
#vimperator-completion > listitem[selected="true"],
|
#vimperator-completion > listitem[selected="true"] > listcell,
|
||||||
#vimperator-bufferwindow > listitem[selected="true"],
|
#vimperator-bufferwindow > listitem[selected="true"] > listcell,
|
||||||
#vimperator-previewwindow > listitem[selected="true"]
|
#vimperator-previewwindow > listitem[selected="true"] > listcell
|
||||||
{
|
{
|
||||||
background-color: Highlight !important;
|
background-color: Highlight !important;
|
||||||
color: HighlightText !important;
|
color: HighlightText !important;
|
||||||
@@ -172,6 +172,10 @@ fieldset.paypal {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#vimperator-multiline-output {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.status_insecure, .status_insecure * {
|
.status_insecure, .status_insecure * {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,7 +102,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
||||||
style="overflow: hidden"
|
|
||||||
onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
||||||
|
|
||||||
<textbox id="vimperator-multiline-input" class="plain" flex="1" rows="10" hidden="false" collapsed="true" multiline="true"
|
<textbox id="vimperator-multiline-input" class="plain" flex="1" rows="10" hidden="false" collapsed="true" multiline="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user