mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
26 lines
455 B
CSS
26 lines
455 B
CSS
.wiki-nav-content {
|
|
margin-bottom: 5px;
|
|
}
|
|
.wiki-nav-content a, .wiki-nav-content span {
|
|
color: #333;
|
|
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 {
|
|
width: 1rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
color: #c0c0c0;
|
|
cursor: pointer;
|
|
} |