1
0
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:
Kris Maglione
2011-03-09 02:12:15 -05:00
parent 505d595ffe
commit dfd7398a4f

View File

@@ -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;;*