From ba618d0d83f3a770e741e1f1950dea818de6ab46 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 3 Nov 2005 13:02:46 +0100 Subject: fixed wrong color for spellchecker darcs-hash:20051103120246-6e07b-5495888c1b781d01906e44068566ba581f13a195.gz --- lib/tpl/default/design.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tpl') 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; } -- cgit v1.2.3