mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
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…
x
Reference in New Issue
Block a user