diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-07-21 23:03:04 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-07-21 23:03:04 -0400 |
commit | 307ca9a621ef2a688e7c531d7b8457f6d41ac6cf (patch) | |
tree | 0b23771134abb212be5b4090394d81e9f2d8bfa3 /common/skin | |
parent | 9667a0d19a34dd9ba8d553009b43ef668826215a (diff) | |
download | pentadactyl-307ca9a621ef2a688e7c531d7b8457f6d41ac6cf.tar.gz |
Dispatch input event after external editing.
Diffstat (limited to 'common/skin')
-rw-r--r-- | common/skin/dactyl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 42377000..f4db095c 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -7,6 +7,10 @@ -moz-binding: url(resource://dactyl-content/bindings.xml#frame) !important; } +[dactyl|modifiable][dactyl|modifiable] { + -moz-user-input: enabled !important; +} + [dactyl|highlight~=hints] { -moz-binding: url(resource://dactyl-content/bindings.xml#hints) !important; position: static !important; |