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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 13 01:23:50 EDT 2009


Author: phasefx
Date: 2009-10-13 01:23:46 -0400 (Tue, 13 Oct 2009)
New Revision: 14392

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
Easier to see list colors for selected (and focused) rows in trees, especially for checkbox columns.

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-13 05:23:45 UTC (rev 14391)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-13 05:23:46 UTC (rev 14392)
@@ -11,6 +11,14 @@
     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
 }
 
+treechildren::-moz-tree-row(selected) {
+    background-color: lightblue;
+}
+
+treechildren::-moz-tree-cell-text(selected,focus) {
+    color: black;
+}
+
 /*
 * { font-size-adjust: .5; }
 */



More information about the open-ils-commits mailing list