1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 17:15:47 +01:00

Collapse asinine search icon in the commandline.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-05-14 09:42:19 -04:00
parent ae1d7fe5ea
commit 847dc6428d
2 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,9 @@ statusbarpanel {
#liberator-commandline-command html|*:focus {
outline-width: 0px !important
}
#liberator-commandline-command .textbox-search-icons {
visibility: collapse !important;
}
#liberator-message {
margin: 0px;
}