[open-ils-commits] r11698 - trunk/Open-ILS/xul/staff_client/server/skin

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 29 14:45:08 EST 2008


Author: phasefx
Date: 2008-12-29 14:45:04 -0500 (Mon, 29 Dec 2008)
New Revision: 11698

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css
Log:
better visibility with this css

Modified: trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css	2008-12-29 19:07:03 UTC (rev 11697)
+++ trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css	2008-12-29 19:45:04 UTC (rev 11698)
@@ -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; }
+



More information about the open-ils-commits mailing list