mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
tree view
This commit is contained in:
16
frontend/src/css/index-viewer.css
Normal file
16
frontend/src/css/index-viewer.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.folder-item {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.folder-item .wiki-nav-content a {
|
||||
color: #333;
|
||||
}
|
||||
.folder-item .wiki-nav-content a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.switch-btn {
|
||||
position: absolute;
|
||||
left: 0.5rem;
|
||||
top: 0;
|
||||
color: #c0c0c0;
|
||||
}
|
Reference in New Issue
Block a user