Improve dark loading indicator

This commit is contained in:
grandeljay 2023-01-28 12:24:13 +01:00
parent aa59b488dd
commit 11321542fe

View file

@ -359,7 +359,7 @@
.ui.loading.form::before { .ui.loading.form::before {
background-color: rgba(17, 17, 17, 0.85); background-color: rgba(17, 17, 17, 0.85);
} }
.ui.segment .ui.loading.form::before { :is(.ui.segment, .ui.modal) .ui.loading.form::before {
background-color: rgba(27, 28, 29, 0.85); background-color: rgba(27, 28, 29, 0.85);
} }