diff options
author | thomascube <thomas@roundcube.net> | 2010-07-31 09:48:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-07-31 09:48:46 +0000 |
commit | 5cff852b07b83ddf330fcaffd0843eb3cad6d5ee (patch) | |
tree | 7f38865196239140ea5e3a56dd279811fe268ff0 /skins | |
parent | 7b808b585bc80f25bc9565cc5737bfb1293a1d7c (diff) |
Disable active spell check in tinyMCE before switching to plaintext mode (#1486870) + focus message field after mode switch
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/googiespell.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index c48ff5a5a..d73ec6968 100644 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -17,6 +17,7 @@ padding: 0 4px; font-size: 9pt; font-family: monospace; + border: 1px solid #666; } .googie_edit_layer span { |