mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 14:03:35 +01:00
:emenu: Hide hidden items, disable disabled items. Closes issue #582.
This commit is contained in:
@@ -468,6 +468,8 @@ var ConfigBase = Class("ConfigBase", {
|
||||
color: red !important; background: white !important;
|
||||
StatusWarningMsg /* A warning message in the status line */ \
|
||||
color: red !important; background: transparent !important;
|
||||
Disabled /* Disabled items */ \
|
||||
color: gray !important;
|
||||
|
||||
CmdLine;>*;;FontFixed /* The command line */ \
|
||||
padding: 1px !important;
|
||||
|
||||
Reference in New Issue
Block a user