• Resolved Richard Alva

    (@ralva83702)


    Just an fyi, I noticed this in your plugin. This code in your admin css file breaks displays of other plugins, like Jetpack for instance, I’ve contacted their support already and discovered this in simple-job-board-admin.css:

    html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    Probably shouldn’t be dictating the font-size for the whole of WordPresses admin interface in your plugin, or really anything in the admin interface above your pages, unless your plugin is an admin interface theme. Not that it excuses another plugin for being vulnerable to that.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin css, fyi conflicting defs’ is closed to new replies.