After upgrading to EE version 5.0.2.p, the display of other plugin pages has changed. It looks like the upgraded EE CSS file is targeting more than just the EE pages.
You can see the new styles being applied to plugins such as Contact Form 7 and Formdiable Forms.
And here’s an example of a css rule that is affecting buttyons in other plugin pages:
.espresso-admin.wp-core-ui #search-submit, .espresso-admin.wp-core-ui .tablenav #doaction, .espresso-admin.wp-core-ui .tablenav #doaction2, .espresso-admin.wp-core-ui .tablenav .button.button--secondary {
height: var(--ee-button-height);
line-height: 1;
}
All of those styles start with .espresso-admin.wp-core-ui so would only be targeting elements within the EE admin, however, it looks like the .espresso-admin class has been added to the admin body class so ‘all’ pages are treated (within CSS) as EE admin pages.
I’ve created a ticket for our developers to investigate this.
EE5 updated the styles to be inline with the latest accessibility recommendations and uses 16px font-size.
We don’t have an option to revert back to the old styles currently.
Viewing 5 reply threads
The support post ‘Backend CSS Issues with version 5.0.2.p’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.