Adapted design of toolbar.

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-06-14 14:36:46 +02:00
parent 6a956afbcd
commit 1f1861e1d8
6 changed files with 947 additions and 44 deletions

View File

@@ -9,3 +9,37 @@
#outputView {
color: var(--theia-ui-font-color3);
}
#arduino-verify.arduino-tool-icon {
background: url(../icons/buttons.svg);
background-size: 800%;
background-position-x: 141px;
background-position-y: 21px;
}
#arduino-upload.arduino-tool-icon {
background: url(../icons/buttons.svg);
background-size: 800%;
background-position-x: 117px;
background-position-y: 21px;
}
#arduino-verify.arduino-tool-icon:hover {
background-position-y: 45px;
}
#arduino-upload.arduino-tool-icon:hover {
background-position-y: 45px;
}
.p-TabBar-toolbar .item.arduino-tool-item {
margin-left: 3px;
}
.arduino-tool-item.item.connected-boards {
opacity: 1;
}
.arduino-tool-item.item.connected-boards select {
background: var(--theia-layout-color0);
}