1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 00:24:13 +01:00

hide the statusbar-progresspanel in CSS too since some extensions hide/reshow

it
This commit is contained in:
Doug Kearns
2007-09-25 12:40:18 +00:00
parent c6134b1111
commit fd3b691a87

View File

@@ -165,6 +165,9 @@ fieldset.paypal {
.statusbar-resizerpanel {
display: none;
}
#statusbar-display, #statusbar-progresspanel {
display: none;
}
/* colors for the statusbar */
/* #status-bar is included so it also gets the right color before the first setClass("insecure") */