mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-03 19:05:47 +01:00
Add !important to EditorEditing properties which were being overridden by default styles.
This commit is contained in:
@@ -453,7 +453,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
CompMore::after content: "⌄";
|
||||
|
||||
|
||||
EditorEditing;;* background: #bbb !important; -moz-user-input: none; -moz-user-modify: read-only;
|
||||
EditorEditing;;* background: #bbb !important; -moz-user-input: none !important; -moz-user-modify: read-only !important;
|
||||
EditorError;;* background: red !important;
|
||||
EditorBlink1;;* background: yellow !important;
|
||||
EditorBlink2;;*
|
||||
|
||||
Reference in New Issue
Block a user