mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-06 17:08:32 +00:00
pimped the status bar: boards+port. Fixed HC theme
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@import './main.css';
|
||||
@import './monitor.css';
|
||||
@import './arduino-select.css';
|
||||
@import './status-bar.css';
|
||||
|
||||
.theia-input.warning:focus {
|
||||
outline-width: 1px;
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
align-items: center;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background: var(--theia-button-background);
|
||||
background: var(--theia-arduino-toolbar-background);
|
||||
}
|
||||
|
||||
.p-TabBar-toolbar .item.arduino-tool-item > div:hover {
|
||||
background: var(--theia-button-hoverBackground);
|
||||
background: (--theia-arduino-toolbar-hoverBackground);
|
||||
}
|
||||
|
||||
.arduino-verify-sketch--toolbar,
|
||||
@@ -123,7 +123,17 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--theia-titleBar-activeBackground);;
|
||||
color: var(--theia-titleBar-activeBackground);
|
||||
}
|
||||
|
||||
.arduino-open-boards-control-icon {
|
||||
mask: none;
|
||||
-webkit-mask: none;
|
||||
background: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--theia-titleBar-activeBackground);
|
||||
}
|
||||
|
||||
.monaco-editor .margin {
|
||||
|
||||
7
arduino-ide-extension/src/browser/style/status-bar.css
Normal file
7
arduino-ide-extension/src/browser/style/status-bar.css
Normal file
@@ -0,0 +1,7 @@
|
||||
#theia-statusBar .area .element.arduino-selected-port {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#theia-statusBar .area .element.arduino-selected-board > *:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user