Workaround Mozilla Bug # 256477 wrt clicking of <select/>s.
[nethome.git] / .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    *
+*/