mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:57:59 +01:00
quick fix to make the statusbar white on black again, breaks contextmenu again
This commit is contained in:
@@ -178,7 +178,7 @@ fieldset.paypal {
|
|||||||
|
|
||||||
/* 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") */
|
||||||
#status-bar, #status-bar.status_insecure*/ {
|
#status-bar, #status-bar.status_insecure * {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user