Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 083337d

Browse files
IDE updater dialog colors fix (#1092)
1 parent bd6bc13 commit 083337d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎arduino-ide-extension/src/browser/style/ide-updater-dialog.css‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
}
2828

2929
.ide-updater-dialog .changelog-container {
30-
background: white;
31-
border: 1px solid #dae3e3;
30+
color: var(--theia-dropdown-foreground);
31+
background-color: var(--theia-dropdown-background);
32+
border: 1px solid var(--theia-tree-indentGuidesStroke);
3233
border-radius: 2px;
3334
font-size: 12px;
3435
height: 180px;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /