1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

Fix/dark mode UI (#8113)

* fix dark mode ui

* fix dnd ui

* optimize

* update tags count text color

* optimize logo, form input, toaster ui, etc

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-08-08 13:34:56 +08:00
committed by GitHub
parent d546b8ccdf
commit 14737b26a7
90 changed files with 463 additions and 212 deletions

View File

@@ -3,6 +3,11 @@
font-weight: normal;
}
[data-bs-theme=dark] .paginator .btn:disabled {
background-color: rgba(255, 255, 255, .02);
border-color: rgba(255, 255, 255, .1);
}
.paginator .paginator-dropdown .btn:active,
.paginator .paginator-dropdown .btn:focus {
background: var(--bs-body-bg);