1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

Move files into the root library (#3217)

* Move files into the root library

* Add border when file into the root library

* modify some style

* delete overflow:visible

* Add border-bottom
This commit is contained in:
zxj96
2019-04-09 14:58:40 +08:00
committed by Daniel Pan
parent bbcdeea58e
commit 5efa691ab3
3 changed files with 36 additions and 4 deletions

View File

@@ -36,10 +36,25 @@
/*tree view */
.tree-view {
margin-left: -10px;
margin-left: -9px;
padding: 12px 12px 12px 0;
line-height: 1.5;
flex: 1;
border: 1px solid rgba(69,170,242,0);
}
.tree-view-drop {
border: 1px solid rgba(69,170,242);
}
.tree-view-drop::before {
border-left: 1px solid rgba(69,170,242);
content: '';
margin-left: 8px;
height: calc(100% + 24px);
display: block;
margin-top: -12px;
float: left;
}
.tree-node-inner {