[GIT] Evergreen ILS branch rel_3_15 updated. 9b677218b211f6b51b25d8fc2a1c5cbb34218572

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_15 has been updated via 9b677218b211f6b51b25d8fc2a1c5cbb34218572 (commit) from 466f04b0a753203d2e6bc9c12c1dd8d7d1cd46bf (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 9b677218b211f6b51b25d8fc2a1c5cbb34218572 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 a62a5c14d1..3dfc0637da 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -393,6 +393,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