mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +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:
@@ -10,7 +10,7 @@
|
||||
.shared-file-view-md-header {
|
||||
background: #f5f5f5;
|
||||
height: 53px;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
padding: 8px 16px 4px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
padding: 0 1rem;
|
||||
background: #fff;
|
||||
background: var(--bs-body-bg);
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -44,8 +44,8 @@
|
||||
.shared-file-view-body {
|
||||
height: calc(100% - 60px);
|
||||
padding: 30px 0 15px;
|
||||
background: #f5f5f5;
|
||||
border: 1px solid #ededed;
|
||||
background: var(--bs-body-tertiary-bg);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
.shared-file-view-head .file-toolbar-btn:hover {
|
||||
background-color: #EFEFEF;
|
||||
background-color: var(--bs-icon-hover-bg);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user