When themes assign background image to LI , admin_hover usually can't override and clear it which make admin hovers' icons a bit difficult to read. The following patch fixes this issue by adding !important at the end of background:none;
admin_hover.css
.admin_hover ul li {
...
background: none !important;
...
}
Comments
Comment #1
sinasalek commentedLooks like not one is interested :)