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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 15 16:13:48 EDT 2009


Author: phasefx
Date: 2009-10-15 16:13:43 -0400 (Thu, 15 Oct 2009)
New Revision: 14455

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
precedence to row styling for selected rows

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-15 18:50:50 UTC (rev 14454)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-15 20:13:43 UTC (rev 14455)
@@ -12,7 +12,7 @@
 }
 
 treechildren::-moz-tree-row(selected) {
-    background-color: lightblue;
+    background-color: lightblue ! important;
 }
 
 treechildren::-moz-tree-cell-text(selected,focus) {



More information about the open-ils-commits mailing list