New: Themed the loading spinner slightly
This commit is contained in:
parent
a175b1e738
commit
93ca788eea
1 changed files with 5 additions and 0 deletions
|
|
@ -1094,3 +1094,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
.layout-tv .headerLeft {
|
.layout-tv .headerLeft {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mdl-spinner__circle {
|
||||||
|
border-color: var(--dimTextColor);
|
||||||
|
border-style: inset;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue