introduce new color style and better styling in general to SeaMonkey sidebar, restyle...
[themes.git] / LCARStrek / communicator / sidebar / sidebarListView.css
index 5bf583d1185122d25b730e5dfa81cc57f9482c6c..3124e711a30f94880ed68927fe9b62d8abfbd1b2 100644 (file)
@@ -4,17 +4,17 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-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-image(leaf),
+treechildren::-moz-tree-cell(leaf) {
+  cursor: pointer;
+}
 
-treechildren::-moz-tree-cell(separator) {                                                                                                
-  cursor: default;                                                                                                                       
-}                                                                                                                                        
+treechildren::-moz-tree-cell-text(leaf, hover) {
+  cursor: pointer;
+  color: #000000;
+  background-color: #FFCF00;
+}
+
+treechildren::-moz-tree-cell(separator) {
+  cursor: default;
+}