File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,17 @@ div.null_div {
125125 text-align : center ;
126126 font-style : normal ;
127127 min-width : 50px ;
128+ label {
129+ width : 100% ;
130+ height : 100% ;
131+ display : flex ;
132+ justify-content : space-between ;
133+ align-items : center ;
134+ cursor : pointer ;
135+ input {
136+ cursor : pointer ;
137+ }
138+ }
128139}
129140
130141.pma-fieldset {
Original file line number Diff line number Diff line change @@ -367,6 +367,17 @@ div.null_div {
367367 text-align : center ;
368368 font-style : normal ;
369369 min-width : 50px ;
370+ label {
371+ width : 100% ;
372+ height : 100% ;
373+ display : flex ;
374+ justify-content : space-between ;
375+ align-items : center ;
376+ cursor : pointer ;
377+ input {
378+ cursor : pointer ;
379+ }
380+ }
370381}
371382
372383.pma-fieldset {
Original file line number Diff line number Diff line change @@ -126,6 +126,17 @@ div.null_div {
126126 text-align : center ;
127127 font-style : normal ;
128128 min-width : 50px ;
129+ label {
130+ width : 100% ;
131+ height : 100% ;
132+ display : flex ;
133+ justify-content : space-between ;
134+ align-items : center ;
135+ cursor : pointer ;
136+ input {
137+ cursor : pointer ;
138+ }
139+ }
129140}
130141
131142.pma-fieldset {
Original file line number Diff line number Diff line change @@ -311,6 +311,17 @@ div.null_div {
311311 text-align : center ;
312312 font-style : normal ;
313313 min-width : 50px ;
314+ label {
315+ width : 100% ;
316+ height : 100% ;
317+ display : flex ;
318+ justify-content : space-between ;
319+ align-items : center ;
320+ cursor : pointer ;
321+ input {
322+ cursor : pointer ;
323+ }
324+ }
314325}
315326
316327.pma-fieldset {
You can’t perform that action at this time.
0 commit comments