59 lines
822 B
CSS
59 lines
822 B
CSS
.webfx-tree-container {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font: icon;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.webfx-tree-item {
|
|
padding: 0px;
|
|
margin: -4px;
|
|
color: #FFFFFF;
|
|
white-space: nowrap;
|
|
font-family: icon;
|
|
|
|
}
|
|
|
|
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
|
|
margin-left: 3px;
|
|
padding: 0 2px 2px 2px;
|
|
|
|
}
|
|
|
|
.webfx-tree-item a {
|
|
color: #FFFF00;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.webfx-tree-item a:hover {
|
|
color: #FFFF33;
|
|
}
|
|
|
|
.webfx-tree-item a:active {
|
|
background: highlight;
|
|
color: #FFFF00;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.webfx-tree-item img {
|
|
vertical-align: middle;
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
.webfx-tree-icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
|
|
|
|
|
|
}
|
|
.webfx-tree-item a.selected {
|
|
color: selectedtext;
|
|
background: selected;
|
|
}
|
|
|
|
.webfx-tree-item a.selected-inactive {
|
|
color: windowtext;
|
|
background: buttonface;
|
|
}
|