added transition to nav sidebar and toggle nav sidebar button
parent
cceb0b1721
commit
84d1026b53
|
|
@ -406,6 +406,7 @@ body.admin-interface .paginator a.showall:visited {
|
|||
-webkit-box-shadow: 4px 2px 8px -4px #DBDBDB;
|
||||
-moz-box-shadow: 4px 2px 8px -4px #DBDBDB;
|
||||
box-shadow: 4px 2px 8px -4px #DBDBDB;
|
||||
transition: all .3s;
|
||||
}
|
||||
|
||||
.admin-interface .toggle-nav-sidebar::before {
|
||||
|
|
@ -436,6 +437,7 @@ body.admin-interface .paginator a.showall:visited {
|
|||
border-top: none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
transition: all .3s;
|
||||
}
|
||||
|
||||
@media (min-width:1280px) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue