1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 03:25:45 +01:00

:! command, fixed statusbar height properly, system() now returns the stdout string

This commit is contained in:
Martin Stubenschrott
2007-09-24 11:48:14 +00:00
parent d2e6d0871c
commit 2550e5d736
4 changed files with 73 additions and 14 deletions

View File

@@ -144,8 +144,10 @@ fieldset.paypal {
color: HighlightText !important;
}
statusbarpanel {
/* fixes the min-height: 22px from firefox */
#status-bar, statusbarpanel {
-moz-appearance: none !important;
min-height: 18px !important;
border: none !important;
}
#vimperator-statusline {