Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 999be5f

Browse files
committed
Version 1.20-RC2
Fixed dark theme
1 parent 16bddd4 commit 999be5f

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

core/css/defaults.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ label {
4444
}
4545

4646
#main_content {
47-
background-color: #FFFFFF;
47+
background-color: inherit;
4848
}
4949

5050
.no-horizontal-padding {

core/css/slate.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ body {
3535
font-size: 18px;
3636
}
3737

38+
#main_content {
39+
background-color: #222222;
40+
}
41+
3842
a:focus, a:hover {
3943
color: #0fa4f4;
4044
}
41-
#row_info {
45+
#div_info_panels {
4246
background-color: #1c1c1c;
4347
padding-top: 12px;
4448
}
@@ -123,6 +127,12 @@ a:focus, a:hover {
123127
background-color: #226699;
124128
}
125129

130+
/* Navigation menu (mobile) --------------------------------*/
131+
.slideout-menu {
132+
background-color: #555555;
133+
border-right: 1px solid transparent;
134+
}
135+
126136
/*G-Code File list------------------------------------------*/
127137
.breadcrumb, .breadcrumb>.active{
128138
background-color: #555555;

core/reprap.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<!-- Duet Web Control v1.20-RC1
2+
<!-- Duet Web Control v1.20-RC2
33
44
written by Christian Hammacher
55
@@ -1871,7 +1871,7 @@ <h1 class="text-center text-muted">Connect to your Duet to display Filaments</h1
18711871
</tr>
18721872
<tr>
18731873
<th>Web Interface Version:</th>
1874-
<td id="dwc_version">1.20-RC1</td>
1874+
<td id="dwc_version">1.20-RC2</td>
18751875
</tr>
18761876
</table>
18771877
<span id="span_copyright">Web Interface by Christian Hammacher<br/>Licensed under the terms of the <a href="https://www.gnu.org/licenses/gpl-3.0" target="blank">GPL v3</a></span>

0 commit comments

Comments
 (0)