Skip to content

Commit b3ab5cb

Browse files
Fix input background in Firmware Updater dialog (#1465)
Closes #1441.
1 parent 8a59959 commit b3ab5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: arduino-ide-extension/src/browser/style/firmware-uploader-dialog.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
.firmware-uploader-dialog .arduino-select__control {
99
height: 31px;
10-
background: var(--theia-menubar-selectionBackground) !important;
10+
background: var(--theia-input-background) !important;
1111
}
1212

1313
.firmware-uploader-dialog .dialogRow > button{
@@ -28,4 +28,4 @@
2828

2929
.firmware-uploader-dialog .status-icon {
3030
margin-right: 10px;
31-
}
31+
}

0 commit comments

Comments
 (0)