Files

68 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2026-01-27 18:07:54 -06:00
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px !important;
color: #333;
white-space: nowrap;
line-height: 1.3;
}
.dtree img {
border: 0px;
vertical-align: middle;
margin-right: 4px;
width: 14px;
height: 14px;
}
.dtree a {
color: #333;
text-decoration: none;
display: inline-block;
padding: 2px 4px;
line-height: 1.3;
margin: 0;
font-size: 13px !important;
}
.dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px;
margin: 0;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color: #000;
background-color: #e8f4ff;
text-decoration: none;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
font-weight: 500;
}
.dtree .clip {
overflow: hidden;
margin-left: 16px;
}
.dtree p {
margin: 4px 0 2px 0;
padding: 2px 0;
font-size: 11px;
line-height: 1.1;
}
.dtree > p {
border-bottom: 1px solid #ddd;
padding-bottom: 3px;
margin-bottom: 4px;
}
.dtree > p a {
padding: 2px 5px;
margin: 0 1px;
background: #f8f8f8;
border: 1px solid #ddd;
border-radius: 2px;
font-size: 10px;
}
.dtree > p a:hover {
background: #e8e8e8;
}
.dtree div {
line-height: 1.1;
margin: 0;
padding: 0;
}