File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
visualpython/css/component Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 73
73
color : var (--font-primary );
74
74
cursor : pointer;
75
75
}
76
+ .vp-popup-category {
77
+ color : var (--font-primary );
78
+ font-size : 12px ;
79
+ }
76
80
.vp-popup-frame .vp-focused .vp-popup-title {
77
81
font-family : 'AppleSDGothicNeo' ;
78
82
color : var (--font-highlight );
193
197
.vp-popup-button [data-type = "run" ] {
194
198
display : inline-block;
195
199
width : 60px ;
200
+ min-width : 60px ;
196
201
border-radius : 3px 0px 0px 3px ;
197
202
border-right : 0.25px solid white !important ;
198
203
}
199
204
.vp-popup-button [data-type = "show-detail" ] {
200
205
display : inline-block;
201
206
width : 20px ;
207
+ min-width : 20px ;
202
208
height : 28px ;
203
209
border-radius : 0px 3px 3px 0px ;
204
210
padding : 0px 2px 0px 0px ;
267
273
padding-left : 20px ;
268
274
cursor : pointer;
269
275
height : 15px ;
276
+ line-height : 15px ;
270
277
vertical-align : middle;
271
278
}
272
279
.vp-popup-frame input [type = checkbox ]: not (.vp-checkbox ): disabled + label ,
You can’t perform that action at this time.
0 commit comments