File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
arduino-ide-extension/src/browser/style Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 77}
88.certificate-uploader-dialog .arduino-select__control {
99 height : 31px ;
10- background : var (--theia-menubar-selectionBackground ) !important ;
10+ background : var (--theia-dropdown-background ) !important ;
1111}
1212
1313.certificate-uploader-dialog .dialogRow > button {
1414 margin-right : 3px ;
1515}
1616
1717.certificate-uploader-dialog .certificate-list {
18- border : 1px solid # BDC7C7 ;
18+ border : 1px solid var ( --theia-editorWidget-border ) ;
1919 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);
2122 overflow: auto ;
2223 height: 120px;
2324 flex: 1;
6061
6162.certificate-add {
6263 padding : 16px ;
63- background-color : var (--theia-list-hoverBackground );
6464 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 );
6668}
6769
6870.certificate-add input {
7173 width : 100% ;
7274 box-sizing : border-box;
7375
74- }
76+ }
You can’t perform that action at this time.
0 commit comments