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

Evergreen Git git at git.evergreen-ils.org
Sat Mar 17 13:05:27 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, master has been updated
       via  26112e44e1ccaeb702d413d64937b0f667a767f5 (commit)
      from  8631cf299664da0cbc12a3841bddff52740687ec (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 26112e44e1ccaeb702d413d64937b0f667a767f5
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 7d32275..f0b2fa6 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