Skip to content

Commit 75349f9

Browse files
authored
Added collapsed view background color for dark-mode theme (#4380)
1 parent aebad62 commit 75349f9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

css/activities.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,8 @@ table {
634634

635635
#canvas {
636636
overflow-y: visible;
637+
background-color: #FFFFFF;
638+
width: 100%;
637639
}
638640

639641
#statusDiv {

css/themes.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
background-color: #022363 !important;
2525
}
2626

27+
.dark #canvas {
28+
background-color: #1c1c1c;
29+
}
30+
2731
.dark .blue.darken-1 {
2832
background-color: #01143b !important;
2933
}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@
311311
id="canvas"
312312
width="100%"
313313
height="100%"
314-
style="background-color:#FFFFFF; width:100%"
315314
>
316315
</canvas>
317316

0 commit comments

Comments
 (0)