.band-tree {
|
position: relative;
|
list-style: none;
|
margin: 0;
|
padding: 0;
|
}
|
|
.band-tree-bucket {
|
background-color: #f6f6f6;
|
}
|
|
.band-tree-band {
|
background-color: white;
|
}
|
|
.band-tree-bucket {
|
position: relative;
|
line-height: 32px;
|
font-weight: normal;
|
cursor: pointer;
|
}
|
|
.band-tree-band {
|
position: relative;
|
line-height: 32px;
|
font-weight: normal;
|
cursor: pointer;
|
}
|
|
.band-tree-field {
|
position: relative;
|
line-height: 26px;
|
font-weight: normal;
|
cursor: pointer;
|
}
|
|
.band-tree-field:hover {
|
background-color: #fff8f8;
|
}
|
|
.bucket-header {
|
padding-left: 25px;
|
border-bottom: 1px solid #eaeaea;
|
}
|
|
.band-header {
|
padding-left: 35px;
|
background-color: #fffafa;
|
border-bottom: 1px solid #eaeaea;
|
}
|
|
.band-tree-field {
|
font-size: 12px;
|
border: 1px solid white;
|
}
|
|
.field-body {
|
padding-left: 50px;
|
}
|
|
.band-tree-itemBody {
|
background-color: #016985;
|
color: #ddd;
|
}
|
|
.band-tree-itemBody:HOVER {
|
background-color: #1a9182;
|
color: white;
|
}
|
|
.band-tree-activeBody {
|
background-color: #796161;
|
color: white;
|
font-weight: bold;
|
border-left: 5px solid #33aecc;
|
}
|
|
.band-tree-body-arrow {
|
float: right;
|
margin-right: 20px;
|
}
|
|
.band-tree-text {
|
margin-left: 2px;
|
}
|
|
.band-arrow {
|
float: right;
|
margin-right: 15px;
|
font-size: 12px;
|
color: #9d9b9b;
|
}
|