OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
48
public/assets/css/components/tree-overwrites.css
Normal file
48
public/assets/css/components/tree-overwrites.css
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
body .jstree-default .jstree-wholerow-hovered,
|
||||
body .jstree-default .jstree-wholerow-clicked{
|
||||
background:var(--main-menu-overlayed-link-hover-bg);
|
||||
border-radius: var(--box-radius);
|
||||
}
|
||||
|
||||
body .jstree-default .jstree-clicked {
|
||||
color:var(--main-menu-link-hover-color);
|
||||
}
|
||||
|
||||
.jstree-default .jstree-node {
|
||||
line-height:34px;
|
||||
min-height:34px;
|
||||
}
|
||||
|
||||
body .jstree-default .jstree-node a{
|
||||
padding-top:4px;
|
||||
padding-bottom:4px;
|
||||
}
|
||||
|
||||
|
||||
body .jstree-default .jstree-node .jstree-wholerow {
|
||||
height:34px;
|
||||
}
|
||||
|
||||
#article-toc-wrapper {
|
||||
|
||||
}
|
||||
|
||||
body .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
|
||||
background-position: -9px 1px;
|
||||
}
|
||||
|
||||
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
|
||||
background-position: -40px 1px;
|
||||
}
|
||||
|
||||
.jstree-default .jstree-icon:empty {
|
||||
width:20px;
|
||||
padding-right:4px;
|
||||
opacity: var(--opacity-muted);
|
||||
}
|
||||
|
||||
.jstree-wholerow-ul {
|
||||
max-width:100%;
|
||||
overflow:hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user