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

changed the colors back to green/red.

This commit is contained in:
Martin Stubenschrott
2007-06-07 04:40:30 +00:00
parent 2f546a099d
commit a4fa8a4106

View File

@@ -108,11 +108,11 @@ fieldset.paypal {
background-color: transparent;
}
.status_secure, .status_secure * {
background-color: yellow;
background-color: #B0FF00; /* light green */
color: black;
}
.status_broken, .status_broken * {
background-color: #ff9900;
background-color: #FF6060; /* light red */
color: black;
}