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
|
||||
*/
|
||||
.ui.modal {
|
||||
background-color: #1b1c1d !important;
|
||||
background-color: #1b1c1d;
|
||||
}
|
||||
|
||||
.ui.modal > .content,
|
||||
.ui.modal > .header {
|
||||
background-color: #111;
|
||||
background-color: inherit;
|
||||
color: #fff;
|
||||
border-color: #111;
|
||||
}
|
||||
|
||||
.ui.modal > .actions {
|
||||
|
|
Loading…
Reference in a new issue