mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
fix light mode ui (#8044)
* fix light mode ui * revert sdoc, markdown ui * update seafile-ui.css, fix icon bg color --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -27,19 +27,19 @@ body {
|
||||
|
||||
.op-bar {
|
||||
padding: 9px 10px;
|
||||
background: var(--bs-button-bg);
|
||||
background: var(--bs-bg-color);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.more {
|
||||
background: var(--bs-button-bg);
|
||||
background: var(--bs-bg-color);
|
||||
border: 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.more:hover {
|
||||
color: var(--bs-body-color);
|
||||
background: var(--bs-button-hover-bg);
|
||||
background: var(--bs-bg-secondary-color);
|
||||
}
|
||||
|
||||
.clean {
|
||||
|
Reference in New Issue
Block a user