From 1f57bc16bb9f16406b13c625d346a84b896daed8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 8 Jun 2017 11:32:36 -0400 Subject: [PATCH] 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 Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/css/circ.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 9bae6c0a7e..7b165e8722 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;} -- 2.11.0