mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
16 lines
259 B
CSS
16 lines
259 B
CSS
![]() |
.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;
|
||
|
}
|