Easier to see list colors for selected (and focused) rows in trees, especially for...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Oct 2009 05:23:46 +0000 (05:23 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Oct 2009 05:23:46 +0000 (05:23 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14392 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/skin/global.css

index c3c59b0..1b4fdf1 100644 (file)
@@ -11,6 +11,14 @@ treechildren::-moz-tree-checkbox(checked) {
     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; }
 */