mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSform: make opacity change progressive on form submission
This commit is contained in:
parent
a5814afefc
commit
c0f0a0645c
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ ul.LSform_layout_active {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
transition: opacity 0.5s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.LSform_layout a {
|
li.LSform_layout a {
|
||||||
|
@ -64,6 +65,7 @@ div.LSform_layout_active {
|
||||||
|
|
||||||
div.LSform_layout_current {
|
div.LSform_layout_current {
|
||||||
display: block;
|
display: block;
|
||||||
|
transition: opacity 0.5s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.submitting div.LSform_layout_current, form.submitting ul.LSform_layout_active {
|
form.submitting div.LSform_layout_current, form.submitting ul.LSform_layout_active {
|
||||||
|
|
Loading…
Reference in a new issue