| 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 | color: #000000; |
| 15 | background-color: #FFCF00; |
| 16 | } |
| 17 | |
| 18 | treechildren::-moz-tree-cell(separator) { |
| 19 | cursor: default; |
| 20 | } |