
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, main has been updated via e980c5972d1d055fe18829faaa36ddea60945c14 (commit) from 4a0ab93c888738b5ca77fb4a53560b29874133b7 (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 e980c5972d1d055fe18829faaa36ddea60945c14 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 c8db58979f..5519dba904 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