Like with attribute disable
on the <input>
html tag.
I'm not interested in the effects of disabling, like not being included in a POST of the form, and the styling could of course be redone in css, if it should just look disabled. (And my input field is a submit button, so disabling from POST is irrelevant.)
I just need it to be unclickable and to look disabled.
Is that possible in pure css without adding the attribute on the html tag?