1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:27:59 +01:00

Fix StatusLine highlighting.

This commit is contained in:
Kris Maglione
2010-12-20 11:49:23 -05:00
parent dc0cb2ab9f
commit 3335d0844b
2 changed files with 4 additions and 9 deletions

View File

@@ -228,13 +228,8 @@ const ConfigBase = Class(ModuleBase, {
Usage>LineInfo position: absolute; left: 100%; padding: 1ex; margin: -1ex -1em; background: rgba(255, 255, 255, .8); border-radius: 1ex;
Usage:not(:hover)>LineInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden;
!StatusLine { color: white !important; background: black !important;
min-height: 18px !important;
border: none !important;
font-weight: bold;
font-family: monospace;
-moz-appearance: none !important;
}
!StatusLine font-weight: bold; font-family: monospace; -moz-appearance: none !important; border: 0px !important; min-height: 18px !important;
!StatusLineNormal color: white !important; background: black !important;
StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */
StatusLineSecure color: black !important; background: #a0a0FF !important /* light-blue */
StatusLineExtended color: black !important; background: #a0FFa0 !important /* light-green */