1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00
Files
seahub/frontend/src/css/index-viewer.css
Michael An 2fba71bf1e Update published-repo and wechat-department catalogue style and interaction (#3912)
* change published-index-viewer btn

* change click same link node

* change weixin work department style

* change name
2019-07-25 12:00:24 +08:00

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