mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 07:57:58 +01:00
hide the statusbar-progresspanel in CSS too since some extensions hide/reshow
it
This commit is contained in:
@@ -165,6 +165,9 @@ fieldset.paypal {
|
|||||||
.statusbar-resizerpanel {
|
.statusbar-resizerpanel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#statusbar-display, #statusbar-progresspanel {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* colors for the statusbar */
|
/* colors for the statusbar */
|
||||||
/* #status-bar is included so it also gets the right color before the first setClass("insecure") */
|
/* #status-bar is included so it also gets the right color before the first setClass("insecure") */
|
||||||
|
|||||||
Reference in New Issue
Block a user