removed unused styles.

for the output we use a monaco editor.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-07-20 16:44:38 +02:00
parent 673c61506e
commit 47fb5105c5

View File

@ -2,15 +2,6 @@
background: var(--theia-editorGroupHeader-tabsBackground); background: var(--theia-editorGroupHeader-tabsBackground);
} }
.theia-output {
background: var(--theia-terminal-background);
color: var(--theia-terminal-foreground);
}
#outputView {
cursor: text;
}
.p-TabBar-toolbar .item.arduino-tool-item { .p-TabBar-toolbar .item.arduino-tool-item {
margin-left: 3px; margin-left: 3px;
} }