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

27 lines
481 B
CSS
Raw Normal View History

2019-05-17 15:49:34 +08:00
.wiki-nav-content {
margin-top: 18px;
2019-04-28 15:38:21 +08:00
}
.wiki-nav-content a, .wiki-nav-content span {
color: #4d5156;
font-size: 14px;
2019-05-17 15:49:34 +08:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
2019-04-28 15:38:21 +08:00
}
2019-05-22 13:31:08 +08:00
.wiki-nav-content-highlight a {
text-decoration: none;
color: #eb8205;
}
2019-05-17 15:49:34 +08:00
.wiki-nav-content a:hover {
2019-04-28 15:38:21 +08:00
text-decoration: none;
2019-05-17 15:49:34 +08:00
color: #eb8205;
2019-04-28 15:38:21 +08:00
}
.switch-btn {
position: absolute;
2019-05-17 15:49:34 +08:00
left: 0;
top: 4px;
2019-04-28 15:38:21 +08:00
color: #c0c0c0;
2019-05-17 15:49:34 +08:00
cursor: pointer;
font-size: 12px;
2019-04-28 15:38:21 +08:00
}