1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

12.0 change tree highlight style (#6241)

* change root basic style

* change tree style
This commit is contained in:
Michael An
2024-06-20 18:32:46 +08:00
committed by GitHub
parent ea6c38b4a6
commit f754959323
4 changed files with 60 additions and 17 deletions

View File

@@ -78,7 +78,7 @@
}
.tree-node-inner-hover {
background-color: #f5f5f5;
background-color: #f0f0f0;
border-radius: 0.25rem;
}
@@ -144,13 +144,21 @@
}
.tree-node-hight-light {
color: #fff;
border-radius: 4px;
background-color: #ff9800 !important;
background-color: #f5f5f5 !important;
}
.tree-node-hight-light i {
color:#fff;
.tree-node-hight-light::before {
content: '';
position: absolute;
display: block;
width: 4px;
height: 24px;
left: -8px;
top: 2px;
background-color: #FF8000;
border-radius: 2px;
z-index: 0;
}
.parent-path {