update versions to current nightlies
[themes.git] / LCARStrek / 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/. */
80916bc4 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
01d40f5a
RK
7treechildren::-moz-tree-image(leaf),
8treechildren::-moz-tree-cell(leaf) {
9 cursor: pointer;
10}
0ef1663c 11
01d40f5a
RK
12treechildren::-moz-tree-cell-text(leaf, hover) {
13 cursor: pointer;
14 color: #000000;
15 background-color: #FFCF00;
16}
17
18treechildren::-moz-tree-cell(separator) {
19 cursor: default;
20}