Again replaced some jQuery to native and cleaned up normalize.css without IE

This commit is contained in:
djmaze 2020-08-31 12:45:43 +02:00
parent 4977494f6b
commit 645831368d
13 changed files with 649 additions and 318 deletions

View file

@ -129,28 +129,34 @@
.settings-saved-trigger {
display: inline-block;
height: 17px;
line-height: 17px;
font-size: 16px;
position: relative;
.animated {
color: green;
color: #888;
}
.success {
color: green;
transition: opacity 0.5s linear;
opacity: 0;
color: #080;
}
.error {
color: red;
transition: opacity 0.5s linear;
opacity: 0;
color: #F00;
}
.visible {
i {
transition: opacity 2s linear;
position: absolute;
}
i:not([hidden]) {
opacity: 1;
}
i[hidden] {
opacity: 0;
}
}
.settings-saved-trigger-input {