specified transition properties instead of using all
parent
84d1026b53
commit
430bdd7d67
|
|
@ -406,7 +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;
|
||||
transition: left .3s;
|
||||
}
|
||||
|
||||
.admin-interface .toggle-nav-sidebar::before {
|
||||
|
|
@ -437,7 +437,7 @@ body.admin-interface .paginator a.showall:visited {
|
|||
border-top: none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
transition: all .3s;
|
||||
transition: left .3s, margin-left .3s;
|
||||
}
|
||||
|
||||
@media (min-width:1280px) {
|
||||
|
|
@ -553,4 +553,4 @@ body.admin-interface .paginator a.showall:visited {
|
|||
.admin-interface .aligned .form-row .file-upload input[type="file"] {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue