1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00
Files
seahub/frontend/src/css/index-viewer.css

28 lines
504 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;
2022-08-11 10:27:35 +08:00
top: 2px;
2019-04-28 15:38:21 +08:00
color: #c0c0c0;
2019-05-17 15:49:34 +08:00
cursor: pointer;
font-size: 12px;
padding-right: 10px;
2019-04-28 15:38:21 +08:00
}