File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 217217 position : relative;
218218 padding-left : 20px ;
219219 cursor : pointer;
220+ height : 15px ;
221+ vertical-align : middle;
220222}
221223.vp-popup-frame input [type = checkbox ]: not (.vp-checkbox ): disabled + label ,
222224.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 {
137137.vp-select .m {
138138 width : 116px !important ;
139139}
140+ .vp-input .sm ,
141+ .vp-select .sm {
142+ width : 70px !important ;
143+ }
140144.vp-input .s ,
141145.vp-select .s {
142146 width : 55px !important ;
@@ -201,6 +205,10 @@ body {
201205 color : # 696969 ;
202206 cursor : not-allowed;
203207}
208+ .vp-button .activated .disabled {
209+ background : # FFC09A ;
210+ color : white;
211+ }
204212.vp-checkbox {
205213 display : inline-block;
206214 position : relative !important ;
@@ -355,7 +363,7 @@ hr.vp-extra-menu-line {
355363}
356364.vp-grid-col-p50 {
357365 display : grid;
358- grid-template-columns : 52 % 48 % ;
366+ grid-template-columns : 50 % 50 % ;
359367 grid-row-gap : 5px ;
360368 align-items : baseline;
361369 align-content : center;
You can’t perform that action at this time.
0 commit comments