Menus appear to have a hovering image.
Menus like Navigation that have lots of nested items (eg admin area) get their LIs indented, so the image will eventually go too far to the right.

Comments

Alan Cooney’s picture

Status: Active » Fixed

Update or add this to style.css:

.block ul.menu li li li a {
  background: none;
  font-size:12px;
}
.block ul.menu li li li a:hover {
  color: #222222;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.