1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 23:15:47 +01:00

Use :highlight groups for styling input boxes during external editing.

This commit is contained in:
Kris Maglione
2010-12-22 04:38:59 -05:00
parent dc0b538b35
commit f074e9811b
3 changed files with 19 additions and 18 deletions

View File

@@ -218,6 +218,11 @@ const ConfigBase = Class(ModuleBase, {
CompMore::after content: "⌄";
CompGroup:last-of-type padding-bottom: 1.5ex;
EditorEditing;;* background: #bbb !important; -moz-user-input: none; -moz-user-modify: read-only;
EditorError;;* background: red !important;
EditorBlink1;;* background: yellow !important;
EditorBlink2;;*
Indicator color: blue; width: 1.5em; text-align: center;
Filter font-weight: bold;