From: short <> Date: Sun, 22 Aug 2004 10:39:01 +0000 (+0000) Subject: Workaround Mozilla Bug # 256477 wrt clicking of s. --- diff --git a/.userContent.css b/.userContent.css index 923bbc4..9ac3304 100644 --- a/.userContent.css +++ b/.userContent.css @@ -39,5 +39,9 @@ html * input *,html * select *,html * textarea * { html *:link { color: #f44 !important; } /* unvisited links */ html *:visited { color: #44f !important; } /* visited links */ -html *:hover { color: yellow !important; } /* user hovers */ -html *:active { color: lime !important; } /* active links */ +/* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477 + * bugreported by Timo Lindfors timo.lindfors of iki.fi + */ +html *:hover { color: yellow !important; } * user hovers * +html *:active { color: lime !important; } * active links * +*/