1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

update tree class

This commit is contained in:
Michael An
2019-05-17 15:49:34 +08:00
parent 33b0e6a5c8
commit 86371553c5
2 changed files with 88 additions and 74 deletions

View File

@@ -1,16 +1,22 @@
.folder-item {
position: relative;
margin-top: 5px;
.wiki-nav-content {
margin-bottom: 5px;
}
.folder-item .wiki-nav-content a {
.wiki-nav-content a {
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.folder-item .wiki-nav-content a:hover {
.wiki-nav-content a:hover {
text-decoration: none;
color: #eb8205;
}
.switch-btn {
width: 1rem;
position: absolute;
left: 0.5rem;
left: 0;
top: 0;
color: #c0c0c0;
cursor: pointer;
}