mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 19:05:45 +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: "⌄";
|
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;
|
EditorError;;* background: red !important;
|
||||||
EditorBlink1;;* background: yellow !important;
|
EditorBlink1;;* background: yellow !important;
|
||||||
EditorBlink2;;*
|
EditorBlink2;;*
|
||||||
|
|||||||
Reference in New Issue
Block a user