1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +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:13 +00:00
parent b422b21f2d
commit e334555a6a

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") */