1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +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
2 changed files with 5 additions and 1 deletions

View File

@@ -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;