Help Appreciated | CSS Rules to Improve Plugin Appearance (Backend)

Good Day!

We’re trying to improve the visual appearance of Cloudlfare’s plugin (backend) using custom CSS rules.

We’re doing great so far, except for two items:

  1. Need CSS rule to remove the “blue” border from the top menu buttons (Details: https://prnt.sc/GYIyhJ2Par5x)

  2. Need CSS rule to remove the “black” border from the buttons that appear in the modal (pop-up) when attempting to clear cache (Details: https://prnt.sc/yrOX9BaJRfJt)

Any takers?

Thank you!

Update:

Item 1. Use the following CSS rule: (no UI/UX impact to WP dashboard)

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
box-shadow: none!important;
}

Item 2. Still in work :slight_smile:

Cheerio!