Title: Admin CSS
Last modified: August 31, 2016

---

# Admin CSS

 *  Resolved [zdavis](https://wordpress.org/support/users/zdavis/)
 * (@zdavis)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-css-2/)
 * 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
 * [https://wordpress.org/plugins/ultimate-product-catalogue/](https://wordpress.org/plugins/ultimate-product-catalogue/)

Viewing 1 replies (of 1 total)

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/admin-css-2/#post-7302032)
 * Hi Davis,
 * Thanks for letting us know about this.
 * We had the “div” styling in there for testing and forgot to modify it before 
   releasing the update. We just released a new update that fixes this.

Viewing 1 replies (of 1 total)

The topic ‘Admin CSS’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/admin-css-2/#post-7302032)
 * Status: resolved