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

changed colors

This commit is contained in:
Martin Stubenschrott
2007-05-20 16:01:32 +00:00
parent 84180faa7a
commit 290d71be57
3 changed files with 15 additions and 11 deletions

View File

@@ -83,10 +83,10 @@ table.settings {
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;
}