Posted by sinasalek on June 16, 2010 at 9:42am
1 follower
Jump to:
| 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 :)