mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:42:26 +01:00
sst default highlight group class to hl-Normal for #status-bar and
#vimperator-commandline
This commit is contained in:
@@ -64,7 +64,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<!-- TODO: move to browser-stack? -->
|
||||
<box id="vimperator-visualbell" hidden="true"/>
|
||||
|
||||
<statusbar id="status-bar">
|
||||
<statusbar id="status-bar" class="hl-StatusLine">
|
||||
<hbox insertbefore="statusbar-display" id="vimperator-statusline" flex="1" height="10" hidden="false" align="center">
|
||||
<textbox class="plain" id="vimperator-statusline-field-url" readonly="false" flex="1" crop="end"/>
|
||||
<label class="plain" id="vimperator-statusline-field-inputbuffer" flex="0"/>
|
||||
@@ -108,7 +108,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
</listcols>
|
||||
</listbox>
|
||||
|
||||
<hbox id="vimperator-commandline" hidden="false">
|
||||
<hbox id="vimperator-commandline" hidden="false" class="hl-Normal">
|
||||
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
|
||||
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
|
||||
onkeypress="vimperator.commandline.onEvent(event);"
|
||||
|
||||
Reference in New Issue
Block a user