Skip to content

Commit b1893d8

Browse files
committed
Updated icon
1 parent d4c4968 commit b1893d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/admin/css/admin-styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,8 @@ button {
593593

594594
#mighty-settings .ma-cta-save {
595595
margin-top: 30px;
596+
}
597+
598+
.updated-widgets {
599+
margin-top: 3px;
596600
}

assets/admin/js/admin-script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
e.preventDefault();
2424
saveAddons(settings);
2525

26-
$('.ma-settings-header-bar .ma-save-button').text('✅ Updated');
27-
$('#mighty-settings .ma-save-button').text('✅ Updated');
26+
$('.ma-settings-header-bar .ma-save-button').html('<span class="updated-widgets dashicons dashicons-yes-alt"></span> Updated');
27+
$('#mighty-settings .ma-save-button').html('<span class="updated-widgets dashicons dashicons-yes-alt"></span> Updated');
2828

2929
setTimeout(function() {
3030
$('.ma-settings-header-bar .ma-save-button').text('Save Settings');

0 commit comments

Comments
 (0)