Fix installer form loading state
This commit is contained in:
parent
286e1f325f
commit
9f82df2c5d
1 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue