diff --git a/api/js/etemplate/et2_extension_nextmatch.js b/api/js/etemplate/et2_extension_nextmatch.js index 6c95fe6ea5..bddd9556df 100644 --- a/api/js/etemplate/et2_extension_nextmatch.js +++ b/api/js/etemplate/et2_extension_nextmatch.js @@ -2569,7 +2569,7 @@ var et2_nextmatch_header_bar = (function(){ "use strict"; return et2_DOMWidget.e { definition = egw.preference('nextmatch-export-definition', this.nextmatch.egw().getAppName()); } - var button = et2_createWidget("buttononly", {id: "export", "label": "Export", image:"phpgwapi/filesave"}, this); + var button = et2_createWidget("buttononly", {id: "export", "statustext": "Export", image: "download", "background_image": true}, this); jQuery(button.getDOMNode()) .click(this.nextmatch, function(event) { egw_openWindowCentered2( egw.link('/index.php', { diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 8ac518815b..bfaf09736c 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2123,6 +2123,7 @@ div.ui-dialog div.ui-dialog-content > div[id] { } .et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row .et2_button { width: 24px; + height: 24px; background-position: center; background-size: 16px 16px; padding-left: 0;