From: Dan Scott Date: Thu, 8 Jun 2017 15:32:36 +0000 (-0400) Subject: LP#169787 High contrast text in patron summary alert buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=06870ddbd9255a68200187e977c57bf8cb33ddb4;p=working%2FEvergreen.git 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 --- 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;}