mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
cleanup some css and js
This commit is contained in:
parent
8a730a3ff2
commit
308e65f94f
4 changed files with 172 additions and 195 deletions
|
|
@ -150,12 +150,6 @@ html.rl-no-preview-pane {
|
|||
line-height: 30px;
|
||||
}
|
||||
|
||||
.listLoading .icon-spinner {
|
||||
width: 0.75em;
|
||||
height: 0.75em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.listDragOver {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@
|
|||
|
||||
.icon-spinner {
|
||||
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
height: 0.75em;
|
||||
width: 0.75em;
|
||||
|
||||
margin: 0 -1px;
|
||||
|
||||
|
|
@ -48,21 +48,6 @@
|
|||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.btn-success .icon-spinner {
|
||||
border-color: #fff;
|
||||
border-top-color: #999;
|
||||
&.animated {
|
||||
border-color: transparent;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-large .icon-spinner {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
margin: -1px -2px;
|
||||
}
|
||||
|
||||
.icon-spinner:not(.not-animated),
|
||||
.list-loading .icon-spinner.not-animated {
|
||||
border-color: transparent;
|
||||
|
|
@ -70,6 +55,11 @@
|
|||
animation: rotation .8s infinite ease-in-out;
|
||||
}
|
||||
|
||||
.btn.btn-success .icon-spinner {
|
||||
border-color: transparent;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
|
||||
.fontastic.icon-spinner {
|
||||
text-indent: -5em;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue