[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 07e2652fd5ea4c07baf4ce690aebb4445c0aa3df

Evergreen Git git at git.evergreen-ils.org
Fri Jun 9 11:14:23 EDT 2017


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  07e2652fd5ea4c07baf4ce690aebb4445c0aa3df (commit)
      from  b11548c79323b902036921cf858160745365544a (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 07e2652fd5ea4c07baf4ce690aebb4445c0aa3df
Author: Dan Scott <dan at coffeecode.net>
Date:   Thu Jun 8 11:32:36 2017 -0400

    LP#169787 High contrast text in patron summary alert buttons
    
    Rather than displaying red text on the default blue background for alert text
    on an active button, display the alert text as a much higher contrast
    red-on-white.
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2
index 9bae6c0..7b165e8 100644
--- a/Open-ILS/src/templates/staff/css/circ.css.tt2
+++ b/Open-ILS/src/templates/staff/css/circ.css.tt2
@@ -12,7 +12,7 @@
 /* there are bootstrap tyles for error, warning, etc., 
 but the ones I'm finding aren't quite cutting it..*/
 .patron-summary-alert {color: red; font-weight:bold}
-.patron-summary-alert-small {color: red}
+.patron-summary-alert-small {color: red; background-color: white;}
 .patron-summary-divider { border-top: 1px solid #CCC}
 .patron-summary-act-link {font-size: .8em;}
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list