Admin CSS
-
I have a problem with your plugin affecting with another plugin of mine on the admin side due to the “close” class opacity. I’ve fixed this issue myself. Here is the code that causes the problem.
.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; }There is also an issue when you “view details” of an installed plugin and go to changelog. It pushes everything to the right due to your “box-sizing: border-box” in the following css from your plugin
div { box-sizing: border-box; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }at the following line /ultimate-product-catalog/css/Admin.css?ver=4.4.2:3
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Admin CSS’ is closed to new replies.