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

Use ranges for editor.findChar.

This commit is contained in:
Kris Maglione
2011-10-05 00:23:01 -04:00
parent 1af7252f34
commit db579a1ea5
2 changed files with 37 additions and 51 deletions

View File

@@ -135,7 +135,8 @@ Dense /* Arbitrary elements which should be packed densely together
margin-top: 0; margin-bottom: 0;
EditorEditing;;* /* Text fields for which an external editor is open */ \
background-color: #bbb !important; -moz-user-input: none !important; -moz-user-modify: read-only !important;
-moz-user-input: none !important; -moz-user-modify: read-only !important;
*EditorEditing>*;;* background-color: #bbb !important;
EditorError;;* /* Text fields briefly after an error has occurred running the external editor */ \
background: red !important;
EditorBlink1;;* /* Text fields briefly after successfully running the external editor, alternated with EditorBlink2 */ \