<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nekohayo&#64;gmail.com" title="Jeff Fortin &lt;nekohayo&#64;gmail.com&gt;"> <span class="fn">Jeff Fortin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Hardcoded text color in input fields"
   href="https://bugs.webkit.org/show_bug.cgi?id=126907">bug 126907</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>nekohayo&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Hardcoded text color in input fields"
   href="https://bugs.webkit.org/show_bug.cgi?id=126907#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Hardcoded text color in input fields"
   href="https://bugs.webkit.org/show_bug.cgi?id=126907">bug 126907</a>
              from <span class="vcard"><a class="email" href="mailto:nekohayo&#64;gmail.com" title="Jeff Fortin &lt;nekohayo&#64;gmail.com&gt;"> <span class="fn">Jeff Fortin</span></a>
</span></b>
        <pre>Just as a note: in <a href="https://bugzilla.gnome.org/show_bug.cgi?id=602217#c11">https://bugzilla.gnome.org/show_bug.cgi?id=602217#c11</a> 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 &quot;sort of works&quot; 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>