[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. ee079096357bc376d61a3abbbece344624467ce3

Evergreen Git git at git.evergreen-ils.org
Sat Mar 17 13:05:28 EDT 2018


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_0 has been updated
       via  ee079096357bc376d61a3abbbece344624467ce3 (commit)
      from  2a3afbc194c82131bbe6efeaecef091433045f1b (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 ee079096357bc376d61a3abbbece344624467ce3
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue Feb 6 11:40:11 2018 -0500

    LP#1746365 Change default staff link colors to provide adequate contrast
    
    The default link color from bootstrap works well on white backgrounds, but
    doesn't provide adequate contrast once the background color is changed.
    This introduces accessbility problems, particularly in cases where linked
    text displays on a selected grid row that uses a light blue background
    color. This change provides a darker default link color.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2
index 74cf439..000ab16 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -90,6 +90,13 @@
  * Local style
  */
 
+/* change default link color to provide adequate contrast */
+
+a {
+   color: #286090;
+}
+
+
 /* no bootstrap way to directly disable a link.  */
 a.disabled {
   pointer-events: none;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/css/style.css.tt2 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list