From ac193a15c3d498a4c252a4b0f44fd45da2c974b9 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Wed, 29 Jul 2015 19:16:07 +1000 Subject: [PATCH] Minor style fix --- .../backend/formwidgets/richeditor/assets/js/plugin.table.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/backend/formwidgets/richeditor/assets/js/plugin.table.js b/modules/backend/formwidgets/richeditor/assets/js/plugin.table.js index 889ad08d5..929e9e464 100755 --- a/modules/backend/formwidgets/richeditor/assets/js/plugin.table.js +++ b/modules/backend/formwidgets/richeditor/assets/js/plugin.table.js @@ -36,6 +36,8 @@ if (!RedactorPlugins) var RedactorPlugins = {}; var button = this.button.addBefore('link', 'table', this.lang.get('table')); this.button.addDropdown(button, dropdown); + + button.addClass('redactor_btn_table').removeClass('redactor-btn-image') }, show: function() {