mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-06 12:16:33 +00:00
Fixed a styling issue in the boards select dialog.
Closes: arduino/arduino-pro-ide#137 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
dd10436051
commit
a2a9cbb02e
@ -35,7 +35,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
|
||||
#select-board-dialog .selectBoardContainer .search input,
|
||||
#select-board-dialog .selectBoardContainer .list,
|
||||
#select-board-dialog .selectBoardContainer .list {
|
||||
background: white; /* TODO find a theia color instead! */
|
||||
background: var(--theia-layout-color0);
|
||||
}
|
||||
|
||||
#select-board-dialog .selectBoardContainer .body .search input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user