Introduction
Introduction Statistics Contact Development Disclaimer Help
treeview.css - jscancer - Javascript crap (relatively small)
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
treeview.css (683B)
---
1 .tree.active li {
2 color: #000;
3 list-style-image: none;
4 }
5 .tree.active li.n {
6 color: #ff0000;
7 cursor: pointer;
8 list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUh…
9 user-select: none;
10 -moz-user-select: none;
11 }
12 .tree.active li ul {
13 display: none;
14 }
15 .tree.active li.n.open {
16 color: green;
17 list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUh…
18 }
19 .tree.active li.open > ul {
20 display: block;
21 cursor: initial;
22 }
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.