1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 03:41:12 +00:00
Files
seahub/frontend/src/css/index-viewer.css
Michael An 5f2382ff0d Index viewer ui (#3845)
* wiki-page-style

* update
2019-07-15 14:39:52 +08:00

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;
}