General CSS class for message wrapper
-
Hi,
thank you very much for the great plugin. I absolutely love it and use it on every site that doesn’t need additional features. Here’s an idea for an improvement: Could you add a general CSS class to the message box wrapper? Right now, we have a class for success or error. That means that we have to repeat the CSS rules. Well, yes, I could use :has, but this seems to be a little bit over the top.
Instead of this:
<div id="f92b11b92-1" style="display: block;" class="ef-success">Text</div>This would be even better:
<div id="f92b11b92-1" style="display: block;" class="ef-success ef-message">Text</div>We could then use the general class for the, well, general rules and the specific class for the colors.
Thank you!
The topic ‘General CSS class for message wrapper’ is closed to new replies.