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

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, master has been updated
       via  9b5cbea1fed81df6d10b74ce6b2b07e51ff84e7a (commit)
      from  2a36365dde5e927284d90301949bac572f1b49f2 (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 9b5cbea1fed81df6d10b74ce6b2b07e51ff84e7a
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