New: Themed the loading spinner slightly

This commit is contained in:
lscambo13
2024-12-22 21:29:18 +05:30
parent a175b1e738
commit 93ca788eea

View File

@@ -1093,4 +1093,9 @@ 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;
} }