Implemented Add style property for .button.primary

This suggestion has been implemented. Votes are no longer accepted.
Is this going to be implemented? It is very hard to style primary button in xenforo iframes without actually modifying the original form.css.
 
I'm sure I've misunderstood what you meant but you can as far as I'm aware through extra.css

Code:
.button.primary, .submitUnit .button {
    background-color: #FF0000;
    color: white;
}
button.webp
 
I don't use extra.css in styles anymore. I connect my css via <xen:require> in template ad_below_bottom_breadcrumb
 
Top Bottom