File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
code/Magento/Tax/Block/Adminhtml/Rate
design/adminhtml/Magento/backend/Magento_Tax/web/css/source Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,12 @@ protected function _prepareForm()
211
211
$ fieldset ->addField (
212
212
'zip_is_range ' ,
213
213
'checkbox ' ,
214
- ['name ' => 'zip_is_range ' , 'label ' => __ ('Zip/Post is Range ' ), 'value ' => '1 ' ]
214
+ [
215
+ 'name ' => 'zip_is_range ' ,
216
+ 'label ' => __ ('Zip/Post is Range ' ),
217
+ 'value ' => '1 ' ,
218
+ 'class ' => 'zip-is-range-checkbox '
219
+ ]
215
220
);
216
221
217
222
if (!isset ($ formData ['tax_postcode ' ])) {
Original file line number Diff line number Diff line change 14
14
15
15
.block.mselect-list.paginated {
16
16
.admin__action-multiselect-search-wrap {
17
- border :1px solid @color-gray80 ;
17
+ border : 1px solid @color-gray80 ;
18
18
border-bottom : none ;
19
19
border-radius : 3px ;
20
20
margin : 0 ;
25
25
font-size : 1.3rem ;
26
26
}
27
27
}
28
+
29
+ .admin__fieldset > .admin__field > .admin__field-control {
30
+ input .zip-is-range-checkbox {
31
+ margin : 8px 0 0 0 ;
32
+ }
33
+ }
You can’t perform that action at this time.
0 commit comments