LP#169787 High contrast text in patron summary alert buttons
authorDan Scott <dan@coffeecode.net>
Thu, 8 Jun 2017 15:32:36 +0000 (11:32 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 9 Jun 2017 15:22:16 +0000 (11:22 -0400)
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@coffeecode.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/css/circ.css.tt2

index 9bae6c0..7b165e8 100644 (file)
@@ -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;}