update EarlyBlue and LCARStrek for suite classic changes between SM 2.0a2 and 2008...
[themes.git] / LCARStrek / communicator / sidebar / sidebarListView.css
index 5d8193c42bb6a73dcae20a9eaa47318ab9e1a2a4..778ce42217a56702d0196341872325f7f2f8e15a 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-treechildren::-moz-tree-image,
-treechildren::-moz-tree-cell-text {
-  cursor: pointer;
-}
+treechildren::-moz-tree-image(leaf),                                                                                                     
+treechildren::-moz-tree-cell(leaf) {                                                                                                     
+  cursor: pointer;                                                                                                                       
+}                                                                                                                                        
+                                                                                                                                         
+treechildren::-moz-tree-cell-text(leaf, hover) {                                                                                         
+  cursor: pointer;                                                                                                                       
+  color: #000000;                                                                                                            
+  background-color: #FFCF00;                                                                                                            
+}                                                                                                                                        
+
+treechildren::-moz-tree-cell(separator) {                                                                                                
+  cursor: default;                                                                                                                       
+}