[GIT] Evergreen ILS branch rel_3_15 updated. dffe1bb95d0ea74a86d0421d4a76903defd60cb7

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 dffe1bb95d0ea74a86d0421d4a76903defd60cb7 (commit) from dd969a5e4b0e582a3e524e86f3ab221b7f19fa80 (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 dffe1bb95d0ea74a86d0421d4a76903defd60cb7 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
participants (1)
-
Git User