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()); ref.mark_all_read(folder, $('input:checked', content).val());
return true; return true;
}, },
{button: 'mark'} {button: 'mark', button_class: 'save'}
); );
return; return;

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

Loading…
Cancel
Save