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