mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-25 20:26:38 +00:00
IDE updater dialog colors fix (#1092)
This commit is contained in:
parent
bd6bc135fd
commit
083337de1c
@ -27,8 +27,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ide-updater-dialog .changelog-container {
|
.ide-updater-dialog .changelog-container {
|
||||||
background: white;
|
color: var(--theia-dropdown-foreground);
|
||||||
border: 1px solid #dae3e3;
|
background-color: var(--theia-dropdown-background);
|
||||||
|
border: 1px solid var(--theia-tree-indentGuidesStroke);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user