Made buttons bigger

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker 2019-07-12 18:17:57 +02:00
parent 5a97a71d9b
commit e2d3c7c1bd

View File

@ -14,35 +14,43 @@
#arduino-save-file.arduino-tool-icon:hover, #arduino-save-file.arduino-tool-icon:hover,
#arduino-show-open-context-menu.arduino-tool-icon:hover, #arduino-show-open-context-menu.arduino-tool-icon:hover,
#arduino-upload.arduino-tool-icon:hover { #arduino-upload.arduino-tool-icon:hover {
background-position-y: 45px; background-position-y: 60px;
}
#arduino-verify.arduino-tool-icon,
#arduino-save-file.arduino-tool-icon,
#arduino-show-open-context-menu.arduino-tool-icon,
#arduino-upload.arduino-tool-icon {
height: 24px;
width: 24px;
} }
#arduino-save-file { #arduino-save-file {
background: url(../icons/buttons.svg); background: url(../icons/buttons.svg);
background-size: 800%; background-size: 800%;
background-position-y: 21px; background-position-y: 28px;
background-position-x: 44px; background-position-x: 59px;
} }
#arduino-verify { #arduino-verify {
background: url(../icons/buttons.svg); background: url(../icons/buttons.svg);
background-size: 800%; background-size: 800%;
background-position-y: 21px; background-position-y: 28px;
background-position-x: 141px; background-position-x: 188px;
} }
#arduino-upload { #arduino-upload {
background: url(../icons/buttons.svg); background: url(../icons/buttons.svg);
background-size: 800%; background-size: 800%;
background-position-y: 21px; background-position-y: 28px;
background-position-x: 117px; background-position-x: 156px;
} }
#arduino-show-open-context-menu { #arduino-show-open-context-menu {
background: url(../icons/buttons.svg); background: url(../icons/buttons.svg);
background-size: 800%; background-size: 800%;
background-position-y: 21px; background-position-y: 28px;
background-position-x: 69px; background-position-x: 92px;
} }
.p-TabBar-toolbar .item.arduino-tool-item { .p-TabBar-toolbar .item.arduino-tool-item {
@ -53,10 +61,20 @@
opacity: 1; opacity: 1;
} }
.arduino-open-boards-button { .arduino-boards-toolbar-item-container {
background: white; display: flex;
align-items: center;
} }
.arduino-boards-toolbar-item .label {
height: 100%;
display: flex;
align-items: center;
}
.arduino-boards-toolbar-item {
background: white;
}
.arduino-tool-item.item.connected-boards select { .arduino-tool-item.item.connected-boards select {
line-height: var(--theia-content-line-height); line-height: var(--theia-content-line-height);