1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00
Files
seahub/frontend/src/css/index-viewer.css

16 lines
259 B
CSS
Raw Normal View History

2019-04-28 15:38:21 +08:00
.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;
}