1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

Feature/dark mode (#8026)

* update css stylesheet, replace css properties with css variable

* update css variable

* libraries,favorites,activities and help pages, etc

* wiki dark mode

* sdoc dark mode

* markdown, text editor, etc

* sysadmin pages

* update seafile-ui.css

* update template, css variable

* clean up

* update seafile-ui

* update modal css

* update seafile-ui.css

* delete diff

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
Co-authored-by: Michael An <1822852997@qq.com>
This commit is contained in:
Aries
2025-07-15 14:07:26 +08:00
committed by GitHub
parent e1250f5adc
commit 06e4c211f5
163 changed files with 932 additions and 620 deletions

View File

@@ -44,7 +44,7 @@
}
.permission-editor__menu .permission-editor__option--is-disabled:hover {
background-color: #f0f0f0 !important;
background-color: var(--bs-nav-hover-bg) !important;
color: #9c9c9c !important;
}
@@ -55,7 +55,7 @@
font-size: 12px;
line-height: 13px;
cursor: pointer;
color: #212529;
color: var(--bs-body-color);
}
.permission-editor-btn-add-custom-permission .sf3-font {
@@ -70,3 +70,7 @@
.permission-editor .btn-add-custom-permission span {
word-break: keep-all;
}
.permission-editor__control {
background-color: field !important;
}