mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Again replaced some jQuery to native and cleaned up normalize.css without IE
This commit is contained in:
parent
4977494f6b
commit
645831368d
13 changed files with 649 additions and 318 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue