
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 5f958ee28fcf2b036af146100d5ae68910e6a3b8 (commit) from f2120a5ece7d017d7628d85be221303fdaa38db4 (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 5f958ee28fcf2b036af146100d5ae68910e6a3b8 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Wed Apr 2 23:16:16 2025 +0000 LP2092293 Fix selected overdue, lost bill row colors Corrects the circ billing grid background color for selected rows with overdue and lost items. Release-note: Corrects the circ billing grid background color for selected rows with overdue and lost items. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Ruth Frasur Davis <redavis4974@gmail.com> Signed-off-by: Michele Morgan <mmorgan@noblenet.org> diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index c0ea0761d5..924b115fd1 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -291,7 +291,7 @@ table.list tr.selected td { /* deprecated? */ /* background colors are !important because Bootstrap 4 table striping is greedy */ .overdue-row { color: var(--bs-body-color); - background-color: rgba(var(--bs-orange-rgb), 0.10); + background-color: rgba(var(--bs-orange-rgb), 0.10) !important; border-color: rgba(var(--bs-orange-rgb), 0.15); border-left: 10px solid var(--bs-orange); padding-left: 0; @@ -325,7 +325,7 @@ table.list tr.selected td { /* deprecated? */ .lost-row { color: var(--bs-body-color); - background-color: rgba(var(--bs-red-rgb), 0.25); + background-color: rgba(var(--bs-red-rgb), 0.25) !important; border-color: rgba(var(--bs-red-rgb), 0.30); border-left: 2px solid var(--bs-red-600); padding-left: 0; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates/staff/css/style.css.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS