[open-ils-commits] r15179 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 17 00:37:03 EST 2009


Author: phasefx
Date: 2009-12-17 00:36:59 -0500 (Thu, 17 Dec 2009)
New Revision: 15179

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css
Log:
"color" css appears to work for <tab>

Modified: trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css	2009-12-16 23:39:30 UTC (rev 15178)
+++ trunk/Open-ILS/xul/staff_client/server/skin/patron_summary.css	2009-12-17 05:36:59 UTC (rev 15179)
@@ -3,7 +3,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
 @namespace html url("http://www.w3.org/TR/REC-html40"); 
 
-.balance_owed { border: solid thin red; }
+.balance_owed { color: red; }
 
 .NO_PENALTY { background-color: lime; color: black; }
 .PENALTY_RENEW { background-color: yellow; color: black; }



More information about the open-ils-commits mailing list