Elastic: Use appropriate icon for Mark button in "Mark all as read" dialog

pull/6632/head
Aleksander Machniak 5 years ago
parent 553f83618e
commit 147a2c8611

@ -4331,7 +4331,7 @@ function rcube_webmail()
ref.mark_all_read(folder, $('input:checked', content).val());
return true;
},
{button: 'mark'}
{button: 'mark', button_class: 'save'}
);
return;

@ -107,9 +107,6 @@ button.btn {
&.cancel:before {
content: @fa-var-times;
}
&.mark:before {
.font-icon-regular(@fa-var-star);
}
&.back:before {
content: @fa-var-chevron-left;
}

Loading…
Cancel
Save