update EarlyBlue and LCARStrek for suite classic changes between SM 2.0a2 and 2008...
[themes.git] / EarlyBlue / communicator / sidebar / sidebarListView.css
index 5d8193c42bb6a73dcae20a9eaa47318ab9e1a2a4..267a8fee057b54e9fa5f91546c10dbf9f2337712 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;                                                                                                                       
+  text-decoration: underline;                                                                                                            
+}                                                                                                                                        
+                                                                                                                                         
+treechildren::-moz-tree-cell(separator) {                                                                                                
+  cursor: default;                                                                                                                       
+}