precedence to row styling for selected rows
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Oct 2009 20:13:43 +0000 (20:13 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 15 Oct 2009 20:13:43 +0000 (20:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14455 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 1b4fdf1..2f9aaa7 100644 (file)
@@ -12,7 +12,7 @@ treechildren::-moz-tree-checkbox(checked) {
 }
 
 treechildren::-moz-tree-row(selected) {
-    background-color: lightblue;
+    background-color: lightblue ! important;
 }
 
 treechildren::-moz-tree-cell-text(selected,focus) {