relicense to MPL2
[themes.git] / EarlyBlue / communicator / sidebar / sidebarListView.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 treechildren::-moz-tree-image(leaf),                                                                                                     
8 treechildren::-moz-tree-cell(leaf) {                                                                                                     
9   cursor: pointer;                                                                                                                       
10 }                                                                                                                                        
11                                                                                                                                          
12 treechildren::-moz-tree-cell-text(leaf, hover) {                                                                                         
13   cursor: pointer;                                                                                                                       
14   text-decoration: underline;                                                                                                            
15 }                                                                                                                                        
16                                                                                                                                          
17 treechildren::-moz-tree-cell(separator) {                                                                                                
18   cursor: default;                                                                                                                       
19 }