Download & Extend

Incompatibility with Background attribute assigned to LI on Many Themes patch

Project:Admin:hover
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Looks like not one is interested :)

nobody click here