Workaround Mozilla Bug # 256477 wrt clicking of <select/>s.
authorshort <>
Sun, 22 Aug 2004 10:39:01 +0000 (10:39 +0000)
committershort <>
Sun, 22 Aug 2004 10:39:01 +0000 (10:39 +0000)
.userContent.css

index 923bbc4..9ac3304 100644 (file)
@@ -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    *
+*/