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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user