From 147a2c861198e71861ff18ccc55f7955870dc95d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 20 Feb 2019 15:30:46 +0100 Subject: [PATCH] Elastic: Use appropriate icon for Mark button in "Mark all as read" dialog --- program/js/app.js | 2 +- skins/elastic/styles/widgets/buttons.less | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 2b364ee27..c6d7b8098 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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; diff --git a/skins/elastic/styles/widgets/buttons.less b/skins/elastic/styles/widgets/buttons.less index 50e6d4639..386f74a44 100644 --- a/skins/elastic/styles/widgets/buttons.less +++ b/skins/elastic/styles/widgets/buttons.less @@ -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; }