File tree 2 files changed +25
-12
lines changed
arduino-ide-extension/src/browser/style
2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,6 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
135
135
width : 740px ;
136
136
}
137
137
138
- button .theia-button {
139
- height : 31px ;
140
- }
141
-
142
- button .theia-button .secondary {
143
- background-color : var (--theia-secondaryButton-background );
144
- color : var (--theia-foreground );
145
- }
146
-
147
- button .theia-button .main {
148
- color : var (--theia-button-foreground );
149
- }
150
138
151
139
.dialogControl {
152
140
margin : 0 20px 30px 0 ;
Original file line number Diff line number Diff line change 36
36
color : var (--theia-warningForeground );
37
37
background-color : var (--theia-warningBackground );
38
38
}
39
+
40
+ /* Overrule the default Theia CSS button styles. */
41
+
42
+ button .theia-button ,
43
+ .theia-button {
44
+ border : 1px solid var (--theia-dropdown-border );
45
+ }
46
+
47
+ button .theia-button : hover ,
48
+ .theia-button : hover {
49
+ border : 1px solid var (--theia-focusBorder );
50
+ }
51
+
52
+ button .theia-button {
53
+ height : 31px ;
54
+ }
55
+
56
+ button .theia-button .secondary {
57
+ background-color : var (--theia-secondaryButton-background );
58
+ color : var (--theia-foreground );
59
+ }
60
+
61
+ button .theia-button .main {
62
+ color : var (--theia-button-foreground );
63
+ }
You can’t perform that action at this time.
0 commit comments