https://bugzilla.wikimedia.org/show_bug.cgi?id=54069
--- Comment #4 from Krinkle <[email protected]> --- (In reply to comment #2) > (In reply to comment #1) > > Also, this only affects browsers without native placeholder support > > I (have to) use an old Firefox, but it is Firefox 10, which already has > placeholder support, and the color changed to black there. Indeed, and that makes perfect sense. Selector "div#simpleSearch input#searchInput" overrides "div#simpleSearch input.placeholder" (the emulated placeholder), but also "div#simpleSearch input::-webkit-input-placeholder" and "div#simpleSearch input:-moz-placeholder". Both these selectors have the same specificity (element, id, element, class/pseudo-class) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
