Title: Incorrect meow-admin.css stylesheet
Last modified: January 23, 2017

---

# Incorrect meow-admin.css stylesheet

 *  [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/incorrect-meow-admin-css-stylesheet/)
 * The CSS in `/common/meow-admin.css` contains incorrect style rules affecting 
   the whole WordPress backend:
 *     ```
       .meow-box input, th, label {
           font-size: 13px !important;
       }
       ```
   
 * This applies the `font-size` to every table header and `label` on the backend,
   not just to those in the `.meow-box`. The snippet should probably read
 *     ```
       .meow-box input, 
       .meow-box th, 
       .meow-box label {
           font-size: 13px !important;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/incorrect-meow-admin-css-stylesheet/#post-8689995)
 * Indeed! Thanks for finding this. I fixed it on my side and I will push this with
   a new update 🙂
 *  Thread Starter [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/incorrect-meow-admin-css-stylesheet/#post-8691344)
 * [@tigroumeow](https://wordpress.org/support/users/tigroumeow/): Good to hear!
   Thinking about it, the stylesheet should really only be loaded if your settings
   page is being displayed. I haven’t looked at the code, but this should be doable
   using `$pagenow` and/or `WP_Screen`/`get_current_screen()`.
 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/incorrect-meow-admin-css-stylesheet/#post-8691665)
 * That’s also true; however I use the same CSS through all my plugins’ admin to
   it might be slightly more tricky but maybe I can find a way 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Incorrect meow-admin.css stylesheet’ is closed to new replies.

 * ![](https://ps.w.org/media-file-renamer/assets/icon-256x256.png?rev=2791577)
 * [Media File Renamer: Rename for better SEO (AI-Powered)](https://wordpress.org/plugins/media-file-renamer/)
 * [Support Threads](https://wordpress.org/support/plugin/media-file-renamer/)
 * [Active Topics](https://wordpress.org/support/plugin/media-file-renamer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-file-renamer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-file-renamer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/incorrect-meow-admin-css-stylesheet/#post-8691665)
 * Status: not resolved