acp menu - theming completified

This commit is contained in:
psychobunny
2014-09-26 15:46:00 -04:00
parent 2f6a123d32
commit c60cbce14a
3 changed files with 45 additions and 20 deletions

View File

@@ -30,13 +30,13 @@
.sidebar-nav {
margin-top: 1px;
overflow: hidden;
.transition(.4s ease-in-out height);
height: 250px;
.transition(.4s ease-in-out max-height);
max-height: 100%;
cursor: pointer;
&.closed {
height: 38px;
max-height: 38px;
&.open {
max-height: 500px;
}
.nav-header {
@@ -46,6 +46,7 @@
background-color: #272727;
text-shadow: 0px 0px 2px #111;
padding: 10px;
.user-select(none);
}
.nav-list {