[Plugin: Contact Form 7] Disabled submit-button looks like enabled in Firefox 15, Chrome 21
-
If a form contains unselected acceptence fields, the submit button in IE is clearly styled as disabled (IE does that, no css required).
In Firefox 15, Chrome 21 the button with
attr disabled=disabled
looks like enabled but can’t be clicked, could lead to confusion.Possible fix, add this css which “greys out” the button-text:
div.wpcf7 input[disabled="disabled"] { color: #888 !important; /* FF15, Chrome22 */ }
- The topic ‘[Plugin: Contact Form 7] Disabled submit-button looks like enabled in Firefox 15, Chrome 21’ is closed to new replies.