diff --git a/web/src/common/styles/theme-dark.css b/web/src/common/styles/theme-dark.css index 003af46c79..ba3d26a882 100644 --- a/web/src/common/styles/theme-dark.css +++ b/web/src/common/styles/theme-dark.css @@ -155,7 +155,7 @@ select[multiple] option:checked { background-color: var(--ak-dark-background-light); } .pf-c-form-control[readonly] { - background-color: var(--ak-dark-background-light); + background-color: var(--ak-dark-background-light) !important; } .pf-c-switch__input:checked ~ .pf-c-switch__label { --pf-c-switch__input--checked__label--Color: var(--ak-dark-foreground);