Skip to content

Commit

Permalink
Fix input background in Firmware Updater dialog (#1465)
Browse files Browse the repository at this point in the history
Closes #1441.
  • Loading branch information
francescospissu authored Sep 20, 2022
1 parent 8a59959 commit b3ab5cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
.firmware-uploader-dialog .arduino-select__control {
height: 31px;
background: var(--theia-menubar-selectionBackground) !important;
background: var(--theia-input-background) !important;
}

.firmware-uploader-dialog .dialogRow > button{
Expand All @@ -28,4 +28,4 @@

.firmware-uploader-dialog .status-icon {
margin-right: 10px;
}
}

0 comments on commit b3ab5cb

Please sign in to comment.