UNPKG
treeui
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.0
a tree user interface for files and other things
github.com/tmcw/treeui
tmcw/treeui
treeui
/
treeui.css
19 lines
(15 loc)
•
244 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body
{
font
:normal
12px
/
20px
sans-serif; }
.treeui-caret
{
color
:
#555
;
font-size
:
10px
;
padding-right
:
5px
; }
.treeui-caret
:hover
{
cursor
:pointer; }
.treeui-level
{
padding-left
:
15px
;
border-left
:
1px
solid
#555
; }