Giving the content admin menu items a default icon and fixing their hover and selected states.

work item: 17412

--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew
2011-03-31 14:37:11 -07:00
parent e73c847b3f
commit 23849e7050
3 changed files with 10 additions and 16 deletions

View File

@@ -3,4 +3,14 @@ background-image:url(images/menu.content.png) !important;
}
.navicon-content:hover {
background-position:0 -30px !important;
}
.section-new .menuItems a {
background-image:url(images/menu.content.png);
}
/* subnav */
#menu .menu-admin .selected .menuItems a {
background-position:0 4px;
}
#menu .menu-admin .selected .menuItems a:hover, #menu .menu-admin .selected .menuItems .selected a {
background-position:0 -28px;
}