mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-14 08:06:36 +00:00
styled the sketch control contribution.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
824d1df4bd
commit
89c348baac
@ -102,7 +102,7 @@ import { OpenSketchExternal } from './contributions/open-sketch-external';
|
||||
import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preference-contribution';
|
||||
import { PreferencesContribution } from './theia/preferences/preference-contribution';
|
||||
import { QuitApp } from './contributions/quit-app';
|
||||
import { SketchControl } from './contributions/sketch-control-contributions';
|
||||
import { SketchControl } from './contributions/sketch-control';
|
||||
import { Settings } from './contributions/settings';
|
||||
import { KeybindingRegistry } from './theia/core/keybindings';
|
||||
|
||||
|
@ -145,3 +145,9 @@
|
||||
.p-Widget.dialogOverlay .dialogBlock {
|
||||
background-color: var(--theia-arduino-foreground);
|
||||
}
|
||||
|
||||
#arduino-open-sketch-control--toolbar {
|
||||
background-color: var(--theia-button-background);
|
||||
border: 1px solid var(--theia-arduino-toolbar-background);
|
||||
padding: 2px 0px 2px 8px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user