set modal colors
This commit is contained in:
parent
7a441dd47d
commit
a078447e44
|
@ -63,6 +63,19 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--container) !important;
|
||||
color: var(--font) !important;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: var(--container) !important;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
background-color: var(--container) !important;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .pf-c-button:disabled {
|
||||
background-color: var(--container) !important;
|
||||
border: 1px solid var(--border) !important;
|
||||
|
|
Loading…
Reference in New Issue