Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions client/components/boards/boardColors.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,12 @@
.board-color-dark#header-quick-access ul li.current {
border-bottom: 4px solid #476483;
}
.board-color-dark .ui-sortable,

/* Board Wrapper background fix for dark theme */
.board-color-dark.board-wrapper {
background-color: #2c3e50;
}

.board-color-dark .swimlane,
.board-color-dark .swimlane >.swimlane-header-wrap,
.board-color-dark .swimlane >.list.js-list,
Expand Down Expand Up @@ -887,7 +892,7 @@
.board-color-relax#header-quick-access ul li.current {
border-bottom: 4px solid #3dd37e;
}
.board-color-relax .ui-sortable {
.board-color-relax ..board-wrapper {
background-color: #a7e366;
}
.board-color-relax .list-header {
Expand Down Expand Up @@ -1054,7 +1059,7 @@
.board-color-clearblue .toggle-switch:checked ~ .toggle-label:after {
background-color: #197ddc;
}
.board-color-clearblue .board-canvas {
.board-color-clearblue.board-wrapper {
background: linear-gradient(135deg, #499bea 0%, #00aecc 100%);
}
.board-color-clearblue .swimlane {
Expand Down Expand Up @@ -1302,7 +1307,7 @@
.board-color-natural#header-quick-access {
background-color: #2d392b;
}
.board-color-natural .ui-sortable {
.board-color-natural.board-wrapper {
background-color: #dedede;
}
.board-color-natural .swimlane .swimlane-header-wrap {
Expand Down Expand Up @@ -1433,7 +1438,7 @@
height: 21px;
background: #f7f7f7;
}
.board-color-modern .board-canvas {
.board-color-modern.board-wrapper {
background: #f5f5f5;
}
.board-color-modern .swimlane {
Expand Down Expand Up @@ -1731,7 +1736,7 @@
line-height: 0.8em;
padding-top: 10px;
}
.board-color-moderndark .board-canvas {
.board-color-moderndark.board-wrapper {
background: #2a2a2a;
}
.board-color-moderndark .swimlane .swimlane-header-wrap {
Expand Down Expand Up @@ -2110,7 +2115,7 @@
color: #fff !important;
}
*/
.board-color-exodark .board-canvas {
.board-color-exodark.board-wrapper {
background: #222;
/* font-family: Poppins; */
}
Expand Down Expand Up @@ -2252,10 +2257,6 @@
color: #fff;
}

.board-color-cleandark {
background: #0A0A14
}

.board-color-cleandark#header ul li,
.board-color-cleandark#header-quick-access ul li {
color: rgba(255, 255, 255, 50%);
Expand Down Expand Up @@ -2286,7 +2287,7 @@
color: rgba(255, 255, 255, 1);
}

.board-color-cleandark .board-canvas {
.board-color-cleandark.board-wrapper {
background: #0A0A14;
}

Expand Down Expand Up @@ -2721,11 +2722,6 @@
color: rgba(10, 10, 20, 1) !important;
}

.board-color-cleanlight {
background: #FFFFFF !important;
color: #000000;
}

.board-color-cleanlight#header ul li.current,
.board-color-cleanlight#header-quick-access ul li.current {
color: rgba(10, 10, 20, 0.85) !important;
Expand All @@ -2739,7 +2735,7 @@
color: rgba(10, 10, 20, 1);
}

.board-color-cleanlight .board-canvas {
.board-color-cleanlight.board-wrapper {
background: #FFFFFF;
}

Expand Down