summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2005-11-03 13:02:46 +0100
committerAndreas Gohr <gohr@cosmocode.de>2005-11-03 13:02:46 +0100
commitba618d0d83f3a770e741e1f1950dea818de6ab46 (patch)
treef4a622090579baaae89169583853fd2671e978c3 /lib/tpl
parent5646f69041af08c6131237b27bd8adedd4a717e7 (diff)
downloadrpg-ba618d0d83f3a770e741e1f1950dea818de6ab46.tar.gz
rpg-ba618d0d83f3a770e741e1f1950dea818de6ab46.tar.bz2
fixed wrong color for spellchecker
darcs-hash:20051103120246-6e07b-5495888c1b781d01906e44068566ba581f13a195.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/design.css2
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;
}