
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 fd26d0fcd024dab8d0268aeb3c94dd2f7a117d00 (commit) from cb22f90f2894128eab8a38886e927a96ef2b5c15 (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 fd26d0fcd024dab8d0268aeb3c94dd2f7a117d00 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