some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / sidebar / sidebarListView.css
... / ...
CommitLineData
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
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}