File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ protected function _prepareLayout()
63
63
'Magento\Backend\Block\Widget\Button ' ,
64
64
[
65
65
'label ' => __ ('Refund ' ),
66
- 'class ' => 'save submit-button refund ' ,
66
+ 'class ' => 'save submit-button refund primary ' ,
67
67
'onclick ' => 'disableElements( \'submit-button \');submitCreditMemo() '
68
68
]
69
69
);
@@ -73,7 +73,7 @@ protected function _prepareLayout()
73
73
'Magento\Backend\Block\Widget\Button ' ,
74
74
[
75
75
'label ' => __ ('Refund Offline ' ),
76
- 'class ' => 'save submit-button ' ,
76
+ 'class ' => 'save submit-button primary ' ,
77
77
'onclick ' => 'disableElements( \'submit-button \');submitCreditMemoOffline() '
78
78
]
79
79
);
Original file line number Diff line number Diff line change 31
31
.action-default {
32
32
& :extend(.abs-action-l all );
33
33
}
34
+ .primary {
35
+ + .primary {
36
+ margin-left : @indent__s ;
37
+ }
38
+ }
34
39
}
You can’t perform that action at this time.
0 commit comments