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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user