mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 02:14:12 +01:00
Fix StatusLineExtended style.
This commit is contained in:
@@ -382,10 +382,10 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
Usage:not(:hover)>LineInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden;
|
Usage:not(:hover)>LineInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden;
|
||||||
|
|
||||||
StatusLine;;;FontFixed font-weight: bold; background: transparent !important; -moz-appearance: none !important; border: 0px !important; min-height: 18px !important;
|
StatusLine;;;FontFixed font-weight: bold; background: transparent !important; -moz-appearance: none !important; border: 0px !important; min-height: 18px !important;
|
||||||
StatusLineNormal;[dactyl|highlight] color: white !important; background: black !important;
|
StatusLineNormal;[dactyl|highlight] color: white !important; background: black !important;
|
||||||
StatusLineBroken;[dactyl|highlight] color: black !important; background: #FFa0a0 !important /* light-red */
|
StatusLineBroken;[dactyl|highlight] color: black !important; background: #FFa0a0 !important; /* light-red */
|
||||||
StatusLineSecure;[dactyl|highlight] color: black !important; background: #a0a0FF !important /* light-blue */
|
StatusLineSecure;[dactyl|highlight] color: black !important; background: #a0a0FF !important; /* light-blue */
|
||||||
StatusLineExtended;[dactyl|highlight] color: black !important; background: #a0FFa0 !important /* light-green */
|
StatusLineExtended;[dactyl|highlight] color: black !important; background: #a0FFa0 !important; /* light-green */
|
||||||
|
|
||||||
TabClose;.tab-close-button
|
TabClose;.tab-close-button
|
||||||
TabIcon;.tab-icon min-width: 16px;
|
TabIcon;.tab-icon min-width: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user