summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/itmill5/tree/tree.css
blob: 9ac9957df1d4f0b37d6b804099e9e12784c09b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.v-tree-node {
	background: transparent url(img/collapsed.png) no-repeat 2px 1px;
}
.v-tree-node-expanded {
	background: transparent url(img/expanded.png) no-repeat 2px 1px;
}
.v-tree-node-caption {
	margin-left: 16px;
}
.v-tree-node span {
	padding: 0 2px;
}
.v-tree-node-selected span {
	background: #5daee8;
	color: #fff;
	padding: 0 2px;
}
.v-tree-node-children {
	padding-left: 16px;
}
/* IMPORTANT keep the offsetWidth (width + padding) of this element the same as the margin-left of v-tree-node-caption */
.v-ie6 .v-tree-node-ie6compatnode {
	width: 14px;
	height: 10px;
	padding: 1px;
}