1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-11 11:52:08 +00:00

change file toolbar button color (#6792)

* change file toolbar button color

* change markdown viewer icon color
This commit is contained in:
Michael An 2024-09-19 10:10:15 +08:00 committed by GitHub
parent 44dcae60b0
commit 43265e7bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ body {
align-items: center; align-items: center;
} }
.file-view-header .file-toolbar-btn .seafile-multicolor-icon {
fill: #666;
}
.file-view-header .file-toolbar-btn:hover { .file-view-header .file-toolbar-btn:hover {
background-color: #EFEFEF; background-color: #EFEFEF;
border-radius: 3px; border-radius: 3px;

View File

@ -23,7 +23,7 @@
} }
.sf-md-viewer-topbar .btn { .sf-md-viewer-topbar .btn {
color: #212529; color: #666;
border: none !important; border: none !important;
font-size: .9375rem; font-size: .9375rem;
height: 28px; height: 28px;