Title: CSS fix for Admin panel
Last modified: August 30, 2016

---

# CSS fix for Admin panel

 *  Resolved [thamarthez](https://wordpress.org/support/users/thamarthez/)
 * (@thamarthez)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-admin-panel/)
 * First of all I would like to thank you for this awesome plugin.
    I’m using it
   for all my WordPress websites and am really happy with the amount of resources
   it saves on my server and the extra security it gives me.
 * I’ve notices however that the plugin changes some CSS for the Admin panel as 
   well. Which I think can be easily fixed by changing the below code.
 *     ```
       .submit:hover {
            background-color: #9B9D9E;
            color: #fff;
       }
       .submit_admin:hover{
           background-color: #444;
       }
       ```
   
 * Change it to:
 *     ```
       input.submit:hover {
            background-color: #9B9D9E;
            color: #fff;
       }
       input.submit_admin:hover{
           background-color: #444;
       }
       ```
   
 * I’ve been doing this manually for my sites now, but if you could implement this
   change in the next version this would be great.
 * Thanks again for a great plugin.
 * [https://wordpress.org/plugins/wp-limit-login-attempts/](https://wordpress.org/plugins/wp-limit-login-attempts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-admin-panel/#post-6715308)
 * Okay.. I will check it..

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wp-limit-login-attempts/assets/icon-256x256.png?rev=1225433)
 * [WP Limit Login Attempts](https://wordpress.org/plugins/wp-limit-login-attempts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-limit-login-attempts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-limit-login-attempts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-limit-login-attempts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-limit-login-attempts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-limit-login-attempts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/css-fix-for-admin-panel/#post-6715308)
 * Status: resolved