[open-ils-commits] [GIT] Evergreen ILS branch master updated. b50528f4b0a66f9f6b72e3a1de4a7e6d920908a6

Evergreen Git git at git.evergreen-ils.org
Thu Feb 27 13:16:38 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, master has been updated
       via  b50528f4b0a66f9f6b72e3a1de4a7e6d920908a6 (commit)
      from  c590ba3e3c6fb90e15e0005fa25eb6416a09952f (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 b50528f4b0a66f9f6b72e3a1de4a7e6d920908a6
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