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

sinasalek’s picture

Looks like not one is interested :)