mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Selected admin menu items get the :hover style on .selected
--HG-- branch : dev
This commit is contained in:
@@ -350,10 +350,12 @@ form.link button:hover {
|
||||
background-image:url(images/menu-default.png);
|
||||
padding:0 0 0 20px;
|
||||
}
|
||||
#menu .menu-admin a:hover {
|
||||
background-position:0 -30px;
|
||||
#menu .menu-admin a:hover, #menu .menu-admin .selected a, #menu .menu-admin .selected h3 span {
|
||||
color:#fff;
|
||||
}
|
||||
#menu .menu-admin a:hover, #menu .menu-admin .selected a {
|
||||
background-position:0 -30px;
|
||||
}
|
||||
#menu .menu-admin li h3 a, #menu .menu-admin li h3 span {
|
||||
line-height:16px;
|
||||
color:#aec3ce;
|
||||
@@ -412,12 +414,10 @@ form.link button:hover {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
}
|
||||
.section-dashboard, .section-new, .section-settings {
|
||||
padding:6px 0;
|
||||
}
|
||||
.section-dashboard, .section-new {
|
||||
background:#2b2b2b;
|
||||
border:1px solid #404040;
|
||||
padding:6px 0;
|
||||
|
||||
/*CSS3 properties*/
|
||||
border-radius: 3px;
|
||||
|
Reference in New Issue
Block a user