Html – CSS button:disabled doesn't apply to buttons previously styled by id
In both Chrome and Firefox on Windows I have come across this behavior. Button colors are styled by id and by class, then I use a global button:disabled rule to set that color to gray. All the buttons whose non-disabled…