mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 08:04:11 +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"/>
|
<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">
|
<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"/>
|
<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);"
|
oninput="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||||
onkeyup="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
onkeyup="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||||
onfocus="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
onfocus="window.liberator ∧ liberator.modules.commandline.onEvent(event);"
|
||||||
|
|||||||
@@ -126,6 +126,9 @@ statusbarpanel {
|
|||||||
#liberator-commandline-command html|*:focus {
|
#liberator-commandline-command html|*:focus {
|
||||||
outline-width: 0px !important
|
outline-width: 0px !important
|
||||||
}
|
}
|
||||||
|
#liberator-commandline-command .textbox-search-icons {
|
||||||
|
visibility: collapse !important;
|
||||||
|
}
|
||||||
#liberator-message {
|
#liberator-message {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user