Skip to content

Commit

Permalink
change file toolbar button color (#6792)
Browse files Browse the repository at this point in the history
* change file toolbar button color

* change markdown viewer icon color
  • Loading branch information
Michael18811380328 authored Sep 19, 2024
1 parent 44dcae6 commit 43265e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/src/css/file-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ body {
align-items: center;
}

.file-view-header .file-toolbar-btn .seafile-multicolor-icon {
fill: #666;
}

.file-view-header .file-toolbar-btn:hover {
background-color: #EFEFEF;
border-radius: 3px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/markdown-editor/css/header-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.sf-md-viewer-topbar .btn {
color: #212529;
color: #666;
border: none !important;
font-size: .9375rem;
height: 28px;
Expand Down

0 comments on commit 43265e7

Please sign in to comment.