mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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;
|
||||
flex-wrap: nowrap;
|
||||
overflow: auto;
|
||||
transition: opacity 0.5s linear;
|
||||
}
|
||||
|
||||
li.LSform_layout a {
|
||||
|
@ -64,6 +65,7 @@ div.LSform_layout_active {
|
|||
|
||||
div.LSform_layout_current {
|
||||
display: block;
|
||||
transition: opacity 0.5s linear;
|
||||
}
|
||||
|
||||
form.submitting div.LSform_layout_current, form.submitting ul.LSform_layout_active {
|
||||
|
|
Loading…
Reference in a new issue