mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
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:
@@ -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;
|
||||
}
|
@@ -4,12 +4,4 @@ background-image:url(images/menu.list.png) !important;
|
||||
}
|
||||
.navicon-lists:hover {
|
||||
background-position:0 -30px !important;
|
||||
}
|
||||
/* subnav */
|
||||
.section-new .subnavicon-list {
|
||||
background-position:0 6px !important;
|
||||
padding-left:20px !important;
|
||||
}
|
||||
.section-new .subnavicon-list:hover {
|
||||
background-position:0 -26px !important;
|
||||
}
|
@@ -4,12 +4,4 @@ background-image:url(images/menu.page.png) !important;
|
||||
}
|
||||
.navicon-page:hover {
|
||||
background-position:0 -30px !important;
|
||||
}
|
||||
/* subnav */
|
||||
.section-new .subnavicon-page {
|
||||
background-position:0 6px !important;
|
||||
padding-left:20px !important;
|
||||
}
|
||||
.section-new .subnavicon-page:hover {
|
||||
background-position:0 -26px !important;
|
||||
}
|
Reference in New Issue
Block a user