31 lines
589 B
CSS
31 lines
589 B
CSS
/*dtree样式设置*/
|
|
[class^="dtree-icon-"], [class*=" dtree-icon-"] {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
.dtree-laySimple-item:hover {
|
|
background-color: #d2d2d2 !important;
|
|
}
|
|
|
|
.dtree-laySimple-item cite {
|
|
font-size: 15px!important;
|
|
}
|
|
|
|
.dtree-theme-item:hover cite {
|
|
color: #0749a8 !important;
|
|
}
|
|
|
|
.dtree-nav-this cite {
|
|
color: #0749a8 !important;
|
|
}
|
|
|
|
.dtree-nav-div:hover cite {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.dtree-laySimple-item-this {
|
|
background-color: rgb(214 237 250) !important;
|
|
}
|
|
.dtree-laySimple-item:hover {
|
|
background-color: rgb(214 237 250) !important;
|
|
} |