<!DOCTYPE html>
<html>
  <body>
    <input type="submit" id="one" disabled="true" style="color: red" value="Should be no red"/>
    <input type="submit" id="two" style="color: red" value="Should be no red"/>
  </body>
</html>
</html>