Closed (duplicate)
Project:
Administration menu
Version:
6.x-3.0-alpha3
Component:
CSS / Browser Support
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 13:16 UTC
Updated:
23 Sep 2009 at 10:48 UTC
Comments
Comment #1
cybermache commenteda better (not hack module files) way would be to add the following to your theme css file.
#admin-menu-shadow, #admin-menu ul li.admin-menu-toolbar-category > a.active-trail,
#admin-menu li.admin-menu-shortcuts span.toggle, #admin-menu li.admin-menu-shortcuts ul li a.active:hover,
#admin-menu li.admin-menu-shortcuts ul li a.active {
background: none;
}
Since your theme's css file ultimately overrides all other styles this will stop the 404 error from happening.
Comment #2
pobster commentedhttp://drupal.org/node/554124