@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
13 lines (11 loc) • 536 B
CSS
/*
In readonly form controls in PF5, text is unreadable in dark theme due to its background color.
Original color is disabled-color-300, see effect at https://v5-archive.patternfly.org/utility-classes/background-color
Applied to:
- Add hosts modal
- AI cluster installation progress card
*/
.pf-v5-theme-dark
.pf-v5-theme-dark
--pf-v5-c-form-control--m-readonly--BackgroundColor: var(--pf-v5-global--disabled-color--200);
}