mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +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:
@@ -5,7 +5,7 @@
|
||||
|
||||
.paginator .paginator-dropdown .btn:active,
|
||||
.paginator .paginator-dropdown .btn:focus {
|
||||
background: var(--bs-button-active-bg);
|
||||
background: var(--bs-body-bg);
|
||||
border-color: #1991eb;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
||||
|
Reference in New Issue
Block a user