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:
@@ -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 */ \
|
||||
|
||||
Reference in New Issue
Block a user