Fix installer form loading state

This commit is contained in:
grandeljay 2022-11-11 13:41:53 +01:00
parent 286e1f325f
commit 9f82df2c5d

View file

@ -299,11 +299,14 @@
}
/** Loading */
.ui.loading.form {
color: #fff;
}
.ui.loading.form::before {
background-color: rgba(17, 17, 17, 0.85);
}
.ui.loading.form {
color: #fff;
.ui.segment .ui.loading.form::before {
background-color: rgba(27, 28, 29, 0.85);
}
/**