File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 217
217
position : relative;
218
218
padding-left : 20px ;
219
219
cursor : pointer;
220
+ height : 15px ;
221
+ vertical-align : middle;
220
222
}
221
223
.vp-popup-frame input [type = checkbox ]: not (.vp-checkbox ): disabled + label ,
222
224
.vp-popup-frame label input [type = checkbox ]: not (.vp-checkbox ): disabled + span {
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ body {
137
137
.vp-select .m {
138
138
width : 116px !important ;
139
139
}
140
+ .vp-input .sm ,
141
+ .vp-select .sm {
142
+ width : 70px !important ;
143
+ }
140
144
.vp-input .s ,
141
145
.vp-select .s {
142
146
width : 55px !important ;
@@ -201,6 +205,10 @@ body {
201
205
color : # 696969 ;
202
206
cursor : not-allowed;
203
207
}
208
+ .vp-button .activated .disabled {
209
+ background : # FFC09A ;
210
+ color : white;
211
+ }
204
212
.vp-checkbox {
205
213
display : inline-block;
206
214
position : relative !important ;
@@ -355,7 +363,7 @@ hr.vp-extra-menu-line {
355
363
}
356
364
.vp-grid-col-p50 {
357
365
display : grid;
358
- grid-template-columns : 52 % 48 % ;
366
+ grid-template-columns : 50 % 50 % ;
359
367
grid-row-gap : 5px ;
360
368
align-items : baseline;
361
369
align-content : center;
You can’t perform that action at this time.
0 commit comments