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 } |