[theme]: made the output stylable.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-08-01 18:36:40 +02:00
parent 7f0bdfd45e
commit bcc715e11c
3 changed files with 29 additions and 5 deletions

View File

@@ -132,13 +132,17 @@
box-sizing: border-box;
}
/* To left shift the content in the Output view */
/* .theia-output {
margin-left: -20px;
} */
.theia-output .editor-container {
background-color: var(--theia-arduino-output-background);
}
.theia-output .monaco-editor .lines-content.monaco-editor-background {
background-color: var(--theia-arduino-output-background);
}
.theia-output .monaco-editor .margin {
border-right: none;
background-color: var(--theia-arduino-output-background);
}
.noWrapInfo {