diff --git a/app/assets/stylesheets/bootstrap/fixes.scss b/app/assets/stylesheets/bootstrap/fixes.scss index d1bb3e82b..44f87e419 100644 --- a/app/assets/stylesheets/bootstrap/fixes.scss +++ b/app/assets/stylesheets/bootstrap/fixes.scss @@ -137,3 +137,7 @@ a:not([href]):not([class])[type='button'] { border-bottom: 0; } } + +.form-control[readonly] { + background-color: var(--bs-secondary-bg); +}