1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-18 17:22:05 +00:00
seahub/frontend/src/pages/markdown-editor/css/header-toolbar.css

34 lines
446 B
CSS
Raw Normal View History

2022-05-25 08:11:02 +00:00
.seafile-btn-view-review {
display: flex;
align-items: center;
}
.seafile-btn-view-review .tag:hover {
cursor: pointer;
}
.topbar-btn-container {
display: flex;
align-items: center;
}
.seafile-btn-add-review {
margin-right: 10px;
}
.btn-new-draft {
margin-right: 10px;
}
.sf-md-viewer-topbar .btn {
color: #666;
}
2022-05-25 08:11:02 +00:00
.collab-users-dropdown.dropdown {
margin-right: 6px;
}
2023-12-08 09:58:27 +00:00
.btn-active[data-active=true] {
color: #eb8205;
}