File tree 3 files changed +10
-2
lines changed
arduino-ide-extension/src/browser
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ export class MonitorWidget extends ReactWidget {
131
131
132
132
this . id = MonitorWidget . ID ;
133
133
this . title . label = 'Serial Monitor' ;
134
+ this . title . iconClass = 'arduino-serial-monitor-tab-icon' ;
134
135
135
136
this . lines = [ ] ;
136
137
this . tempData = '' ;
Original file line number Diff line number Diff line change 83
83
opacity : 1 ;
84
84
}
85
85
86
- .arduino-tool-item .item .connected-boards select {
86
+ .arduino-tool-item .item .connected-boards select {
87
87
line-height : var (--theia-content-line-height );
88
88
font-size : var (--theia-ui-font-size1 );
89
89
color : var (--theia-ui-font-color1 );
Original file line number Diff line number Diff line change
1
+ .p-TabBar .theia-app-centers .p-TabBar-tabIcon .arduino-serial-monitor-tab-icon {
2
+ background : url(../ icons/buttons.svg);
3
+ background-size : 800% ;
4
+ background-position-y : 41px ;
5
+ background-position-x : 19px ;
6
+ }
7
+
1
8
.serial-monitor-container {
2
9
height : 100% ;
3
10
display : flex;
60
67
}
61
68
62
69
.p-TabBar-toolbar .item .arduino-monitor .toggled {
63
- border : var (--theia-ui-button-color-hover ) var ( --theia-border-width ) solid ;
70
+ background : var (--theia-brand-color2 ) ;
64
71
}
65
72
66
73
.p-TabBar-toolbar .item .clear-all {
You can’t perform that action at this time.
0 commit comments