@ -198,10 +198,8 @@ button, input, select, textarea {
border: 1rem solid;
border-color: currentColor @color-spinner-item currentColor currentColor;
border-radius: 50%;
animation-name: fa-spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
}
@ -247,6 +247,10 @@ td.editfield { width: 99%; /* TODO */ }
.skinitem input {
width: auto;
.skinname {
font-weight: bold;
@ -15,7 +15,7 @@
position: absolute;
bottom: 0.5em;
right: 0.5em;
z-index: 50000;
z-index: 99;
width: 320px;
height: auto;
max-height: 85%;