relicense to MPL2
[themes.git] / EarlyBlue / communicator / sidebar / sidebarListView.css
CommitLineData
9099c61d
RK
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/. */
c8120ee9 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
0ef1663c
RK
7treechildren::-moz-tree-image(leaf),
8treechildren::-moz-tree-cell(leaf) {
9 cursor: pointer;
10}
11
12treechildren::-moz-tree-cell-text(leaf, hover) {
13 cursor: pointer;
14 text-decoration: underline;
15}
16
17treechildren::-moz-tree-cell(separator) {
18 cursor: default;
19}