IDE updater dialog colors fix (#1092)

This commit is contained in:
Francesco Spissu 2022-06-21 18:04:28 +02:00 committed by GitHub
parent bd6bc135fd
commit 083337de1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;