Files
Orchard/src/Orchard.Web/Modules/Orchard.Pages/Styles/menu.page.css
Nathan Heskew 79b1a288b3 Progress made on the menu icons.
- Styles being inherited correctly down to the "New" section's sub items.
- Menu using the TextHint for generating class names instead of the menu text for predictability across localized sites.

--HG--
branch : dev
2011-02-21 12:16:31 -08:00

14 lines
328 B
CSS

.navicon-page {
background-image:url(images/menu.page.png) !important;
}
.navicon-page:hover {
background-position:0 -30px !important;
}
/* subnav */
ul ul .navicon-page {
background-position:0 6px !important;
padding-left:16px !important;
}
ul ul .navicon-page:hover {
background-position:0 -26px !important;
}