cleanup some css and js

This commit is contained in:
djmaze 2021-08-10 17:07:26 +02:00
parent 8a730a3ff2
commit 308e65f94f
4 changed files with 172 additions and 195 deletions

View file

@ -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;

View file

@ -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;