mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +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:
@@ -3,7 +3,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.activity-details:hover {
|
||||
color: #212529;
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
.mobile-activity-time {
|
||||
display: inline-block;
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
.cur-activity-modifiers:hover {
|
||||
background: #f5f5f5;
|
||||
background: var(--bs-icon-hover-bg);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
|
||||
.activity-modifier-selector-container {
|
||||
width: 320px;
|
||||
background: #fff;
|
||||
border: 1px solid #eee;
|
||||
background: var(--bs-body-bg);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
margin-top: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
@@ -34,7 +34,7 @@
|
||||
.activity-selected-modifiers {
|
||||
min-height: 2rem;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #dde2ea;
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user