mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

- 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
14 lines
328 B
CSS
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;
|
|
} |