Skip to content

Commit 81a36f4

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-39165' into PR
2 parents 656054f + 8166226 commit 81a36f4

File tree

2 files changed

+7
-2
lines changed
  • app
    • code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create
    • design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order

2 files changed

+7
-2
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Creditmemo/Create/Items.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function _prepareLayout()
6363
'Magento\Backend\Block\Widget\Button',
6464
[
6565
'label' => __('Refund'),
66-
'class' => 'save submit-button refund',
66+
'class' => 'save submit-button refund primary',
6767
'onclick' => 'disableElements(\'submit-button\');submitCreditMemo()'
6868
]
6969
);
@@ -73,7 +73,7 @@ protected function _prepareLayout()
7373
'Magento\Backend\Block\Widget\Button',
7474
[
7575
'label' => __('Refund Offline'),
76-
'class' => 'save submit-button',
76+
'class' => 'save submit-button primary',
7777
'onclick' => 'disableElements(\'submit-button\');submitCreditMemoOffline()'
7878
]
7979
);

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order/_total.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@
3131
.action-default {
3232
&:extend(.abs-action-l all);
3333
}
34+
.primary {
35+
+ .primary {
36+
margin-left: @indent__s;
37+
}
38+
}
3439
}

0 commit comments

Comments
 (0)