Fix dark dimmer
This commit is contained in:
parent
9a80cc5eb4
commit
36246c2645
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@
|
||||||
box-shadow: 0 1px 3px 0 #555, 0 0 0 1px #555;
|
box-shadow: 0 1px 3px 0 #555, 0 0 0 1px #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Loading */
|
||||||
|
.ui.loading.card {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.ui.loading.card::before {
|
||||||
|
background-color: rgba(0, 0, 0, .85);
|
||||||
|
}
|
||||||
|
|
||||||
/** Content */
|
/** Content */
|
||||||
.ui.card > .content,
|
.ui.card > .content,
|
||||||
.ui.cards > .card > .content {
|
.ui.cards > .card > .content {
|
||||||
|
|
Loading…
Reference in a new issue