[Webkit-unassigned] [Bug 126907] [GTK] Hardcoded text color in input fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 20:10:31 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=126907

Jeff Fortin <nekohayo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nekohayo at gmail.com

--- Comment #5 from Jeff Fortin <nekohayo at gmail.com> ---
Just as a note: in https://bugzilla.gnome.org/show_bug.cgi?id=602217#c11 a proof-of-concept workaround identified that a user stylesheet override could affect the behavior of this issue. I then realized that one can simply use the CSS below to force a new hardcoded color that "sort of works" in both modes (but it's still hardcoded, so it's crap)

input,select,textarea,option {
    color:gray;
}

Maybe it helps pointing out the rough location of the issue, at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/49b02bb4/attachment.html>


More information about the webkit-unassigned mailing list