[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. c9068f786f814de2787aa70fbabf8c1322324cd6
Evergreen Git
git at git.evergreen-ils.org
Thu Feb 27 13:16:31 EST 2020
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_4 has been updated
via c9068f786f814de2787aa70fbabf8c1322324cd6 (commit)
from d9c87bd20efdffa32bc9efb16bf00a19174505bb (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 c9068f786f814de2787aa70fbabf8c1322324cd6
Author: Mike Risher <mrisher at catalyte.io>
Date: Wed Jan 22 22:56:42 2020 +0000
lp1789491 visited link color
Some interfaces use a red or dark red background color for certain rows
and the visited link color makes it hard to read. Adjust this color
so there is more contrast against the red background.
Signed-off-by: Mike Risher <mrisher at catalyte.io>
Signed-off-by: Jessica Woolford <jwoolford at biblio.org>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2
index d06bf485cf..5db43ef5d2 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -356,6 +356,11 @@ table.list tr.selected td { /* deprecated? */
.overdue-row a:link, .lost-row a:link {
color: #B8ECFF;
}
+
+.overdue-row a:visited, .lost-row a:visited {
+ color: #DDDDDD;
+}
+
.longoverdue-row {
color: #000;
background-color: #FFE1A8 !important;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/css/style.css.tt2 | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list