Improve modal style
This commit is contained in:
parent
5ab968a15c
commit
093e825edd
1 changed files with 3 additions and 2 deletions
|
@ -466,13 +466,14 @@
|
||||||
* Modal
|
* Modal
|
||||||
*/
|
*/
|
||||||
.ui.modal {
|
.ui.modal {
|
||||||
background-color: #1b1c1d !important;
|
background-color: #1b1c1d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.modal > .content,
|
.ui.modal > .content,
|
||||||
.ui.modal > .header {
|
.ui.modal > .header {
|
||||||
background-color: #111;
|
background-color: inherit;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
border-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.modal > .actions {
|
.ui.modal > .actions {
|
||||||
|
|
Loading…
Reference in a new issue