mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
change file toolbar button color (#6792)
* change file toolbar button color * change markdown viewer icon color
This commit is contained in:
parent
44dcae60b0
commit
43265e7bf6
@ -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;
|
||||
|
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.sf-md-viewer-topbar .btn {
|
||||
color: #212529;
|
||||
color: #666;
|
||||
border: none !important;
|
||||
font-size: .9375rem;
|
||||
height: 28px;
|
||||
|
Loading…
Reference in New Issue
Block a user