https://bugzilla.wikimedia.org/show_bug.cgi?id=39793

--- Comment #2 from Fomafix <[email protected]> 2012-08-31 09:07:22 UTC ---
Native coloring is good.

But since Firefox 15 the existing
    div#simpleSearch input { color: black; }
overwrites the placeholder color, too.

How enable native color for the placeholder for Firefox 15 again?

Possible solutions:

1. remove
   div#simpleSearch input { color: black; }

I think this is possible because there is still
   div#simpleSearch { color: black; }
But maybe this is necessary for browsers without placeholder support.

2. add
   div#simpleSearch input:-moz-placeholder { color: GrayText; }

GrayText is deprecated:
https://developer.mozilla.org/en-US/docs/CSS/color_value#System_Colors

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to