From: phasefx Date: Mon, 29 Dec 2008 19:45:04 +0000 (+0000) Subject: better visibility with this css X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cab8ad6114b310cb9cff4f6dd509d0b70d968580;p=Evergreen.git better visibility with this css git-svn-id: svn://svn.open-ils.org/ILS/trunk@11698 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/skin/patron_summary.css b/Open-ILS/xul/staff_client/server/skin/patron_summary.css index c98e600a10..b852ed28c8 100755 --- a/Open-ILS/xul/staff_client/server/skin/patron_summary.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_summary.css @@ -3,6 +3,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/TR/REC-html40"); -.PENALTY_RENEW { background-color: yellow; } -.PENALTY_HOLD { background-color: orange; } -.PENALTY_CIRC { background-color: red; } +.PENALTY_RENEW { background-color: yellow; color: black; } +.PENALTY_HOLD { background-color: orange; color: black; } +.PENALTY_CIRC { background-color: red; color: white; } +