[GIT] Evergreen ILS branch rel_3_14 updated. fcde0b5d99c35d0dc0538e4ddc86ea7571d7fce9

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_14 has been updated via fcde0b5d99c35d0dc0538e4ddc86ea7571d7fce9 (commit) from 7a9cd000d9a8c977533d0e31ef32f9d65312914d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fcde0b5d99c35d0dc0538e4ddc86ea7571d7fce9 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Mon Mar 17 22:05:07 2025 +0000 LP2100650 Restore down arrow icons in .form-select Changes the background color property of .form-select styles to avoid overwriting the background-image property used to show a downward arrow on select.form-select. Release-note: Restores the down arrow icon in dropdown menus Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Jane Sandberg <sandbergja@gmail.com> diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index f5a7759d14..391f94e7ee 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -1022,7 +1022,7 @@ legend, input, textarea, select, option, .form-control, .form-control:focus, .form-select, .form-check-input { - background: var(--bs-body-bg); + background-color: var(--bs-body-bg); border-color: light-dark(var(--bs-gray-500), var(--bs-gray-700)); color: var(--bs-body-color); } ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User