[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. ec07bcef94bb38e1829b9900606b4c67c32489f0
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_2_12 has been updated
via ec07bcef94bb38e1829b9900606b4c67c32489f0 (commit)
from 363020f182873c7f7b57b7b38635f3d4577f9982 (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 ec07bcef94bb38e1829b9900606b4c67c32489f0
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 bdfd64d..f4ac76f 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -113,6 +113,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