Title: Admin CSS
Last modified: June 16, 2018

---

# Admin CSS

 *  Resolved [Kerry](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/admin-css-3/)
 * Hello,
 * Can you please make your admin CSS more targeted towards your areas so that it
   doesn’t interfere with other plugin/themes. In particular, the [data-tooltip]
   styles. Since you’re applying a fixed width of 21px to it, it causes other elements
   that also use the same data attribute to be 21px unless they specify otherwise.
 * It looks like you’re only using it on the settings form. If so, this would fix
   it.
 *     ```
       .gdpr-settings-form [data-tooltip] { ... } etc...
       ```
   
 * Instead of…
 *     ```
       [data-tooltip] { ... } etc...
       ```
   
 * Thanks,
    Kerry

Viewing 1 replies (of 1 total)

 *  Plugin Author [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * (@fclaussen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/admin-css-3/#post-10458679)
 * I just got back from vacation.
 * This is on my list of things to do for the next update.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/gdpr/assets/icon.svg?rev=1837142)
 * [GDPR](https://wordpress.org/plugins/gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gdpr/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/admin-css-3/#post-10458679)
 * Status: resolved