Bad CSS affecting other themes and plugins – in admin view
-
The CSS in your seo.admin.css file is problematic. The naming convention used is not unique, so it causes issues with the admin view of other themes and plugins.
In particular:
.ui-tabs { padding:0 !important; }The !important override affects all plugins/theme admin panels which use “.ui-tabs” (which is a lot) and removes the padding, essentially mangling the visibility. This made me remove the plugin.
Please target the CSS more directly in the next update/version to stop it from clashing with other plugins and themes.
- The topic ‘Bad CSS affecting other themes and plugins – in admin view’ is closed to new replies.