File tree 1 file changed +8
-6
lines changed
arduino-ide-extension/src/browser/style
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
.certificate-uploader-dialog .arduino-select__control {
9
9
height : 31px ;
10
- background : var (--theia-menubar-selectionBackground ) !important ;
10
+ background : var (--theia-dropdown-background ) !important ;
11
11
}
12
12
13
13
.certificate-uploader-dialog .dialogRow > button {
14
14
margin-right : 3px ;
15
15
}
16
16
17
17
.certificate-uploader-dialog .certificate-list {
18
- border : 1px solid # BDC7C7 ;
18
+ border : 1px solid var ( --theia-editorWidget-border ) ;
19
19
border-radius : 2px ;;
20
- background: var(- - theia- menubar- selectionBackground) !important ;
20
+ color : var(- - theia- edito r- for eground);
21
+ background- color : var(- - theia- edito r- background);
21
22
overflow: auto ;
22
23
height: 120px;
23
24
flex: 1;
60
61
61
62
.certificate-add {
62
63
padding : 16px ;
63
- background-color : var (--theia-list-hoverBackground );
64
64
border-radius : 3px ;
65
- border : 1px solid # BDC7C7 ;
65
+ border : 1px solid var (--theia-editorWidget-border );
66
+ color : var (--theia-editorWidget-foreground );
67
+ background-color : var (--theia-editorWidget-background );
66
68
}
67
69
68
70
.certificate-add input {
71
73
width : 100% ;
72
74
box-sizing : border-box;
73
75
74
- }
76
+ }
You can’t perform that action at this time.
0 commit comments