1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/frontend/src/css/index-viewer.css
Michael An 14ce391007 Fix eslint warnings (#5635)
* 01 fix eslint warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings
2023-09-13 08:40:50 +08:00

29 lines
505 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: 2px;
color: #c0c0c0;
cursor: pointer;
font-size: 12px;
padding-right: 10px;
}