mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
decrease fadeout duration
This commit is contained in:
parent
356a53de52
commit
40e78b6b0a
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ body {/*overflow-y: scroll;*/}
|
||||||
.ynh-fadeOut {
|
.ynh-fadeOut {
|
||||||
-webkit-animation-name: fadeOut;
|
-webkit-animation-name: fadeOut;
|
||||||
animation-name: fadeOut;
|
animation-name: fadeOut;
|
||||||
-webkit-animation-duration: 0.5s;
|
-webkit-animation-duration: 0.2s;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.2s;
|
||||||
-webkit-animation-fill-mode: both;
|
-webkit-animation-fill-mode: both;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue