mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-11 19:27:41 +08:00
67 lines
1.4 KiB
CSS
67 lines
1.4 KiB
CSS
|
|
.jstree-default .jstree-wholerow{
|
|
height: 2.14rem;
|
|
}
|
|
.jstree-default .jstree-anchor{
|
|
line-height: 2.28rem;
|
|
height: 2.14rem;
|
|
}
|
|
|
|
.jstree-default .jstree-icon:empty {
|
|
font-size: 22px;
|
|
border-radius: 50%;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.jstree-default .jstree-node,.jstree-default .jstree-ocl {
|
|
font-family: 'dzz' !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
background-image: none!important;
|
|
}
|
|
.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl:before {
|
|
content: "\e918";
|
|
}
|
|
.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl:before {
|
|
content: "\e916";
|
|
}
|
|
/*.jstree-default .jstree-icon{
|
|
vertical-align: sub;
|
|
}*/
|
|
.jstree-default .jstree-icon.dzz-folder {
|
|
color: #f9b743;
|
|
}
|
|
.jstree-default .jstree-wholerow-hovered{
|
|
background-color: rgba(0,0,0,0.1);
|
|
background: rgba(0,0,0,0.1);
|
|
border-radius: var(--radius);
|
|
}
|
|
.jstree-default .jstree-wholerow-clicked{
|
|
background:#3779ff;
|
|
border-radius: var(--radius);
|
|
}
|
|
.jstree-default .jstree-wholerow-clicked + .jstree-ocl {
|
|
color: #FFFFFF;
|
|
}
|
|
.jstree-default .jstree-clicked {
|
|
color: #FFFFFF;
|
|
}
|
|
.jstree-default .jstree-clicked .jstree-icon:empty {
|
|
color: #FFFFFF;
|
|
}
|
|
.jstree-default .jstree-clicked .dzz-folder:empty {
|
|
color: #f9b743;
|
|
}
|
|
.button-rightcolor{
|
|
margin-left:5px;
|
|
height:24px;
|
|
width:24px;
|
|
padding: 0px;
|
|
vertical-align: sub;
|
|
}
|
|
.button-rightcolor span{
|
|
font-size: 20px;
|
|
}
|