mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 16:14:13 +01:00
Collapse asinine search icon in the commandline.
--HG-- branch : testing
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<textbox class="plain" id="liberator-message" flex="1" readonly="true" liberator:highlight="Normal"/>
|
||||
<hbox id="liberator-commandline" hidden="false" collapsed="true" class="liberator-container" liberator:highlight="Normal">
|
||||
<label class="plain" id="liberator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
|
||||
<textbox class="plain" id="liberator-commandline-command" flex="1" type="timed" timeout="100"
|
||||
<textbox class="plain" id="liberator-commandline-command" flex="1" type="search" timeout="100"
|
||||
oninput="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||
onkeyup="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||
onfocus="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||
|
||||
Reference in New Issue
Block a user