Commit 44ea428c authored by agping's avatar agping

菜单修改

parent 4bccad69
...@@ -144,14 +144,25 @@ a:hover{ ...@@ -144,14 +144,25 @@ a:hover{
display: block; display: block;
padding: 13px 15px 13px 30px; padding: 13px 15px 13px 30px;
text-decoration: none; text-decoration: none;
font-weight: 700;
font-size: 14px;
} }
.sidebar-nav .open a{
font-weight: 400;
}
.sidebar-nav .open .dropdown-toggle{
font-weight: 700;
}
.sidebar-nav li.open:hover before { .sidebar-nav li.open:hover before {
/*-webkit-transition: width 0.2s ease-in; /*-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;*/ transition: width 0.2s ease-in;*/
width: 100%; width: 100%;
} }
.sidebar-nav .dropdown-menu { .sidebar-nav .dropdown-menu {
background-color: #222222; background-color: #333;
border-radius: 0; border-radius: 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment