mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 23:45:47 +01:00
enforce our status bar styles
This commit is contained in:
@@ -98,16 +98,19 @@
|
|||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
.hl-StatusLine {
|
.hl-StatusLine {
|
||||||
background-color: black;
|
background: none !important;
|
||||||
color: white;
|
background-color: black !important;
|
||||||
|
color: white !important;
|
||||||
}
|
}
|
||||||
.hl-StatusLineSecure {
|
.hl-StatusLineSecure {
|
||||||
background-color: #B0FF00; / * light green * /
|
background: none !important;
|
||||||
color: black;
|
background-color: #B0FF00 !important; /* light green */
|
||||||
|
color: black !important;
|
||||||
}
|
}
|
||||||
.hl-StatusLineBroken {
|
.hl-StatusLineBroken {
|
||||||
background-color: #FF6060; / * light red * /
|
background: none !important;
|
||||||
color: black;
|
background-color: #FF6060 !important; /* light red */
|
||||||
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MOW */
|
/* MOW */
|
||||||
|
|||||||
Reference in New Issue
Block a user