Adjust library installation dialog buttons style (#1401)

Closes #1314.
This commit is contained in:
Francesco Spissu
2022-10-20 12:40:40 +02:00
committed by GitHub
parent 87ebcbe77e
commit 93291b6811
3 changed files with 22 additions and 15 deletions

View File

@@ -109,6 +109,13 @@ button.secondary[disabled], .theia-button.secondary[disabled] {
background-color: var(--theia-secondaryButton-background);
}
button.theia-button.message-box-dialog-button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}
/* To make the progress-bar slightly thicker, and use the color from the status bar */
.theia-progress-bar-container {
width: 100%;