mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Merge pull request #4490 from TheExo/darktheme-improvements
this should fix everything talked about in #4472
This commit is contained in:
commit
31449167be
1 changed files with 52 additions and 4 deletions
|
|
@ -1068,9 +1068,19 @@ setBoardClear(color1,color2)
|
||||||
border-left: 1px solid #333333
|
border-left: 1px solid #333333
|
||||||
color: #cccccc
|
color: #cccccc
|
||||||
|
|
||||||
.activities .activity .activity-desc .activity-comment
|
.activities .activity .activity-desc
|
||||||
background-color: #cccccc
|
.activity-comment
|
||||||
color: #222222
|
background-color: #cccccc
|
||||||
|
color: #222222
|
||||||
|
.activity-checklist
|
||||||
|
background-color: #cccccc
|
||||||
|
color: #222222;
|
||||||
|
|
||||||
|
.attachments-galery .attachment-item
|
||||||
|
color: #222222;
|
||||||
|
|
||||||
|
.minicard-description
|
||||||
|
color: #222222;
|
||||||
|
|
||||||
/* Pop-Ups for "Modern Dark" */
|
/* Pop-Ups for "Modern Dark" */
|
||||||
.pop-over.board-color-moderndark
|
.pop-over.board-color-moderndark
|
||||||
|
|
@ -1149,13 +1159,18 @@ setBoardClear(color1,color2)
|
||||||
textarea
|
textarea
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
.minicard .minicard-description
|
||||||
|
background: #2b2b2b;
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
|
||||||
|
|
||||||
.minicard:hover:not(.minicard-composer)
|
.minicard:hover:not(.minicard-composer)
|
||||||
border: 1px solid #00897b;
|
border: 1px solid #00897b;
|
||||||
background: #2b2b2b;
|
background: #2b2b2b;
|
||||||
padding: 9px 9px 3px 9px;/*because of the 1px border we need to reduce padding by 1px*/
|
padding: 9px 9px 3px 9px;/*because of the 1px border we need to reduce padding by 1px*/
|
||||||
|
|
||||||
.card-details
|
.card-details
|
||||||
background: #2b2b2b;
|
background: #2b2b2b!important;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
.card-details .card-details-header
|
.card-details .card-details-header
|
||||||
|
|
@ -1169,9 +1184,42 @@ setBoardClear(color1,color2)
|
||||||
.card-details, .sidebar-content
|
.card-details, .sidebar-content
|
||||||
box-shadow: 0 0 7px 0 #00897b;
|
box-shadow: 0 0 7px 0 #00897b;
|
||||||
|
|
||||||
|
.attachments-galery .attachment-item
|
||||||
|
background: #2b2b2b
|
||||||
|
|
||||||
|
.attachments-galery .attachment-item:hover
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
background: #2b2b2b;
|
||||||
|
|
||||||
|
.checklist
|
||||||
|
background: #2b2b2b;
|
||||||
|
.checklist-item
|
||||||
|
background: #2b2b2b;
|
||||||
|
&:hover
|
||||||
|
background: #2b2b2b;
|
||||||
|
|
||||||
|
.add-checklist-item.js-open-inlined-form:hover
|
||||||
|
background: #2b2b2b;
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
|
||||||
|
.add-checklist.js-open-inlined-form:hover
|
||||||
|
background: #2b2b2b;
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
|
||||||
.card-details > h1,h2,h3,h4,h5,h6,p,a,span
|
.card-details > h1,h2,h3,h4,h5,h6,p,a,span
|
||||||
color: white!important;
|
color: white!important;
|
||||||
|
|
||||||
|
.activity-desc
|
||||||
|
background-color: #2b2b2b!important;
|
||||||
|
|
||||||
|
.activity-checklist
|
||||||
|
background: #2b2b2b!important;
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
|
||||||
|
.activity-comment
|
||||||
|
background: #2b2b2b!important;
|
||||||
|
border: 1px solid #00897b;
|
||||||
|
|
||||||
.toggle-switch:checked ~ .toggle-label
|
.toggle-switch:checked ~ .toggle-label
|
||||||
background-color: #00897b!important;
|
background-color: #00897b!important;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue