mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 03:41:12 +00:00
27 lines
481 B
CSS
27 lines
481 B
CSS
.wiki-nav-content {
|
|
margin-top: 18px;
|
|
}
|
|
.wiki-nav-content a, .wiki-nav-content span {
|
|
color: #4d5156;
|
|
font-size: 14px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
.wiki-nav-content-highlight a {
|
|
text-decoration: none;
|
|
color: #eb8205;
|
|
}
|
|
.wiki-nav-content a:hover {
|
|
text-decoration: none;
|
|
color: #eb8205;
|
|
}
|
|
.switch-btn {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 4px;
|
|
color: #c0c0c0;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
} |