From 97f5a776eb131c0ccd2a871643c802c72893eb9d Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 10 Aug 2006 20:38:58 +0000 Subject: [PATCH] white on yellow BAD git-svn-id: svn://svn.open-ils.org/ILS/trunk@5437 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/skin/patron_display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 72696f8376..71402a06ac 100755 --- a/Open-ILS/xul/staff_client/server/skin/patron_display.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css @@ -45,7 +45,7 @@ deck#patron_deck { border-left: solid thin black; } .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple } .PATRON_HAS_ALERT .patronNameLarge, -.PATRON_HAS_ALERT groupbox.alert { background-color: yellow; } +.PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; } .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: olive } .PATRON_HAS_NOTES label.note_indicator { display: inline; color: olive } -- 2.11.0