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

--- Comment #14 from [email protected] ---
(In reply to wctaiwan from comment #11)
> In addition, Quiddity and S said on IRC that for them the change was from
> #D1D1D1 to #C8C8C8 in Firefox, using results from a colour picker. Testing
> with #F00 (bright red), I got http://i.imgur.com/Byt13Pf.png, which would
> seem to indicate that Firefox makes the text lighter than the specified
> colour

Firebug HTML > Style > Show User Agent CSSsays Firefox has an opacity rule
making it lighter.
input::-moz-placeholder, textarea::-moz-placeholder {
  display: inline-block !important;
  opacity: 0.54;
  overflow: hidden !important;
  pointer-events: none !important;
  resize: none !important;
}

setting opacity: 1; makes it less light.

-- 
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

Reply via email to