1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:58:00 +01:00

quick fix to make the statusbar white on black again, breaks contextmenu again

This commit is contained in:
Martin Stubenschrott
2007-09-24 21:24:46 +00:00
parent f8cda1cba3
commit eda409c78b

View File

@@ -178,7 +178,7 @@ fieldset.paypal {
/* colors for the statusbar */
/* #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;
color: white;
}