[GIT] Evergreen ILS branch rel_3_14 updated. 84f32eb26f7e9d6361f1165befeab652e0ee87e7

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 84f32eb26f7e9d6361f1165befeab652e0ee87e7 (commit) from 4a830327a8f4ca621c49ba8dd29dccf7fc8f614d (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 84f32eb26f7e9d6361f1165befeab652e0ee87e7 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Tue Mar 18 22:56:44 2025 +0000 LP2099938 Checkbox border contrast & background color Increases the contrast of checkbox borders and unsets some Bootstrap background and appearance styles that sometimes resulted in a solid, filled-in look on checked checkboxes. Release-note: Fixes checkbox border contrast and missing check marks Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Susan Morrison <smorrison@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 55c181aa44..9dd061f3e3 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -296,6 +296,10 @@ input, textarea, select, option, input[type="checkbox"], .form-check-input { --bs-border-color: var(--form-check-border); --bs-border-width: 2px; + appearance: revert; + background-color: unset; + background-image: unset; + border-radius: 0.15rem; min-width: 1rem; min-height: 1rem; } ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User