diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2005-11-03 13:02:46 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2005-11-03 13:02:46 +0100 |
commit | ba618d0d83f3a770e741e1f1950dea818de6ab46 (patch) | |
tree | f4a622090579baaae89169583853fd2671e978c3 | |
parent | 5646f69041af08c6131237b27bd8adedd4a717e7 (diff) | |
download | rpg-ba618d0d83f3a770e741e1f1950dea818de6ab46.tar.gz rpg-ba618d0d83f3a770e741e1f1950dea818de6ab46.tar.bz2 |
fixed wrong color for spellchecker
darcs-hash:20051103120246-6e07b-5495888c1b781d01906e44068566ba581f13a195.gz
-rw-r--r-- | lib/tpl/default/design.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index a64ec83f9..303bff0f7 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -700,7 +700,7 @@ button.pickerbutton { /* ---------- Spellchecking ------------- */ a.spell_error { - color: #ff0; + color: #f00; text-decoration: underline; } |