mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +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:
@@ -174,7 +174,7 @@
|
||||
|
||||
.tree-node-hight-light {
|
||||
border-radius: 4px;
|
||||
background-color: var(--bs-nav-active-color) !important;
|
||||
background-color: var(--bs-nav-active-bg) !important;
|
||||
}
|
||||
|
||||
.tree-node-hight-light::before {
|
||||
@@ -318,7 +318,7 @@
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-refresh:hover {
|
||||
background: var(--bs-icon-hover-bg);
|
||||
background: var(--bs-hover-bg);
|
||||
}
|
||||
|
||||
.dir-view-path .sf3-font-refresh {
|
||||
|
Reference in New Issue
Block a user