web: fix background for readonly inputs

This commit is contained in:
Jens Langhammer 2020-12-13 15:19:28 +01:00
parent 9f6f8e1b55
commit 76764c4374
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ select[multiple] {
background-color: var(--ak-dark-background-light);
color: var(--ak-dark-foreground);
}
.pf-c-form-control[readonly] {
background-color: var(--ak-dark-background-light);
}
.pf-c-button.pf-m-control {
--pf-c-button--after--BorderColor: var(--ak-dark-background-lighter) var(--ak-dark-background-lighter) var(--pf-c-button--m-control--after--BorderBottomColor) var(--ak-dark-background-lighter);
background-color: var(--ak-dark-background-light);