3.8 css compatibility on admin side
-
The selects on the Opening Hours admin screen are unreadable using WP 3.8. At least in ff and chrome on mac.
I’m sure you’ll fix this soon but maybe this will help. I made the following edits on line 71 of backend.css and it seemed to fix it:.op-time-set .op-label { display: inline-block; border-radius: 0px; margin: 0px; line-height: 1; border: 1px solid #bbb; }
Basically, just removed the declared height and set line-height to 1. Otherwise, this plugin saved me a lot of time. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘3.8 css compatibility on admin side’ is closed to new replies.