mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing the admin menu icon position for the content types in the "New" group.
--HG-- branch : 1.x
This commit is contained in:
@@ -8,9 +8,9 @@ background-position:0 -30px !important;
|
||||
background-image:url(images/menu.content.png);
|
||||
}
|
||||
/* subnav */
|
||||
#menu .menu-admin .selected .menuItems a {
|
||||
#menu .menu-admin .section-new .menuItems a {
|
||||
background-position:0 4px;
|
||||
}
|
||||
#menu .menu-admin .selected .menuItems a:hover, #menu .menu-admin .selected .menuItems .selected a {
|
||||
#menu .menu-admin .section-new .menuItems a:hover, #menu .menu-admin .section-new .menuItems .selected a {
|
||||
background-position:0 -28px;
|
||||
}
|
Reference in New Issue
Block a user