Skip to content

Commit 765fcdf

Browse files
author
Akos Kitta
committed
Fixed the styles for the boards list dropdown.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 476e658 commit 765fcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/browser/style/board-select-dialog.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,9 @@ button.theia-button.main {
193193
}
194194

195195
.arduino-boards-dropdown-list {
196-
background: var(--theia-layout-color1);
197196
border: 3px solid var(--theia-border-color2);
198197
margin: -3px;
199-
z-index: 1000;
198+
z-index: 1;
200199
}
201200

202201
.arduino-boards-dropdown-item {
@@ -205,6 +204,7 @@ button.theia-button.main {
205204
padding: 10px;
206205
cursor: pointer;
207206
color: var(--theia-ui-font-color1);
207+
background: var(--theia-layout-color1);
208208
}
209209

210210
.arduino-boards-dropdown-item .fa-check {

0 commit comments

Comments
 (0)