Subversion Repositories DevTools

Rev

Rev 119 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
.webfx-tree-container {
2
	margin: 0px;
3
	padding: 0px;
4
	font: icon;
5
	white-space: nowrap;
6
}
7
 
8
.webfx-tree-item {
9
	padding: 0px;
10
	margin: 0px;
11
	font: icon;
12
	color: black;
13
	white-space: nowrap;
14
}
15
 
16
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
17
	margin-left: 3px;
18
	padding: 1px 2px 1px 2px;
19
}
20
 
21
.webfx-tree-item a {
22
	color: black;
23
	text-decoration: none;
24
}
25
 
26
.webfx-tree-item a:hover {
27
	color: blue;
28
	text-decoration: underline;
29
}
30
 
31
.webfx-tree-item a:active {
32
	background: highlight;
33
	color: highlighttext;
34
	text-decoration: none;
35
}
36
 
37
.webfx-tree-item img {
38
	vertical-align: middle;
39
	border: 0px;
40
}
41
 
42
.webfx-tree-icon {
43
	width: 16px;
44
	height: 16px;
45
}