mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-30 14:46:34 +00:00
styled the sketch-control
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
4cad068e8d
commit
6da702abd5
@ -148,7 +148,14 @@
|
|||||||
|
|
||||||
#arduino-open-sketch-control--toolbar--container {
|
#arduino-open-sketch-control--toolbar--container {
|
||||||
background-color: var(--theia-arduino-toolbar-background);
|
background-color: var(--theia-arduino-toolbar-background);
|
||||||
padding-left: 8px; /* based on pure heuristics */
|
padding: 8px 8px 8px 8px; /* based on pure heuristics */
|
||||||
|
}
|
||||||
|
|
||||||
|
#arduino-open-sketch-control--toolbar {
|
||||||
|
height: unset;
|
||||||
|
width: unset;
|
||||||
|
line-height: unset;
|
||||||
|
color: var(--theia-titleBar-activeBackground);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Output */
|
/* Output */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user