diff --git a/src/sunstone/public/app/sunstone.js b/src/sunstone/public/app/sunstone.js index f2a41b0c85..093fe0ea98 100644 --- a/src/sunstone/public/app/sunstone.js +++ b/src/sunstone/public/app/sunstone.js @@ -304,7 +304,7 @@ define(function(require) { buttonContext = $("#" + customId + "refresh_buttons", buttonsRow); icon = button.icon ? button.icon : ''; text = button.text ? icon + ' ' + button.text : icon; - strClass.push("white_button", "refresh", "button", "secondary"); + strClass.push("refresh", "button", "secondary"); buttonCode = ''; break; case "top": @@ -313,7 +313,7 @@ define(function(require) { '' + '' + ''; - strClass.push("white_button", "toggle_top_button", "only-right-list", "button", "hollow"); + strClass.push("toggle_top_button", "only-right-list", "button", "hollow"); buttonCode = '' + text + ''; break; case "main": diff --git a/src/sunstone/public/app/sunstone/panels.hbs b/src/sunstone/public/app/sunstone/panels.hbs index a82ea38728..ecbc7d1be6 100644 --- a/src/sunstone/public/app/sunstone/panels.hbs +++ b/src/sunstone/public/app/sunstone/panels.hbs @@ -14,7 +14,7 @@ {{! limitations under the License. }} {{! -------------------------------------------------------------------------- }} -
+