From d7faf719729d2cc69d8d4e9af9cb5cdd31e3ba5f Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 21 Jun 2011 11:57:39 -0400 Subject: [PATCH] LP#783590 fix patron alert message highlighting Signed-off-by: Michael Peters Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/server/skin/patron_display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display.css b/Open-ILS/xul/staff_client/server/skin/patron_display.css index d5baf3a75e..8298d4b95b 100644 --- a/Open-ILS/xul/staff_client/server/skin/patron_display.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css @@ -57,6 +57,7 @@ row#row_billing_zip { padding-bottom: 10px; } .PATRON_HAS_ALERT .patronNameLarge { border: solid thick yellow; padding: 10px } .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; } +.PATRON_HAS_ALERT [id^=patron_alert] { background: yellow; color: black; } .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: #AA4400 } .PATRON_HAS_NOTES label.note_indicator { display: inline; color: #AA4400 } -- 2.43.2