mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-07 01:18:33 +00:00
[theme]: made the output stylable.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user