blob: 0af721d4d7b106d6050b2ca15186995090b7e44e [file] [log] [blame]
.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;
}