Can you just use CSS to style the buttons?

button { color: #000 }
button[disabled=disabled] { color: #ccc }

Reply via email to