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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS fix for Admin panel’ is closed to new replies.