1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 18:24:11 +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:
Doug Kearns
2007-08-24 11:10:53 +00:00
parent a0f82aa9a1
commit 75a8d7d453
2 changed files with 8 additions and 5 deletions

View File

@@ -101,8 +101,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
onblur="vimperator.commandline.onEvent(event);"/>
</hbox>
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
style="overflow: hidden"
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/>
<textbox id="vimperator-multiline-input" class="plain" flex="1" rows="10" hidden="false" collapsed="true" multiline="true"