mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 10:55:44 +01:00
changed the colors back to green/red.
This commit is contained in:
@@ -108,11 +108,11 @@ fieldset.paypal {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.status_secure, .status_secure * {
|
.status_secure, .status_secure * {
|
||||||
background-color: yellow;
|
background-color: #B0FF00; /* light green */
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.status_broken, .status_broken * {
|
.status_broken, .status_broken * {
|
||||||
background-color: #ff9900;
|
background-color: #FF6060; /* light red */
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user