29 lines
397 B
CSS
29 lines
397 B
CSS
.dojoTree {
|
|
font: caption;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
overflow: auto;
|
|
}
|
|
|
|
.dojoTreeNodeLabel {
|
|
padding: 1px 2px;
|
|
color: WindowText;
|
|
cursor: default;
|
|
}
|
|
|
|
.dojoTreeNodeLabel:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.dojoTreeNodeLabelSelected {
|
|
background-color: Highlight;
|
|
color: HighlightText;
|
|
}
|
|
|
|
.dojoTree div {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dojoTree img {
|
|
vertical-align: middle;
|
|
}
|