1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 08:52:26 +01:00

:hi -a NonText background: transparent

This commit is contained in:
Kris Maglione
2010-11-17 21:57:03 -05:00
parent e2cd2762fc
commit e8aeaeb8b4
2 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ const ConfigBase = Class(ModuleBase, {
StatusMoreMsg background: inherit !important;
Message white-space: pre-wrap !important; min-width: 100%; width: 100%; padding-left: 4em; text-indent: -4em; display: block;
!Message String white-space: pre-wrap;
NonText color: blue; min-height: 16px; padding-left: 2px;
NonText color: blue; background: transparent !important;
*Preview color: gray;
Question color: green !important; background: white !important; font-weight: bold !important;
StatusQuestion color: green !important; background: inherit !important;