Incorrect meow-admin.css stylesheet
-
The CSS in
/common/meow-admin.csscontains incorrect style rules affecting the whole WordPress backend:.meow-box input, th, label { font-size: 13px !important; }This applies the
font-sizeto every table header andlabelon 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)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Incorrect meow-admin.css stylesheet’ is closed to new replies.