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

View File

@@ -27,8 +27,9 @@
}
.ide-updater-dialog .changelog-container {
background: white;
border: 1px solid #dae3e3;
color: var(--theia-dropdown-foreground);
background-color: var(--theia-dropdown-background);
border: 1px solid var(--theia-tree-indentGuidesStroke);
border-radius: 2px;
font-size: 12px;
height: 180px;