diff --git a/mindplot/src/main/javascript/widget/colorPalette.css b/mindplot/src/main/javascript/widget/colorPalette.css index 28a8e170..64880491 100644 --- a/mindplot/src/main/javascript/widget/colorPalette.css +++ b/mindplot/src/main/javascript/widget/colorPalette.css @@ -59,7 +59,7 @@ tr { } .palette-cell-selected .palette-colorswatch { - background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -368px 0; + background: url(../../images/editortoolbar.png) no-repeat -368px 0; border: 1px solid #333; color: white; font-weight: bold; diff --git a/wise-editor/src/main/webapp/images/editortoolbar.png b/wise-editor/src/main/webapp/images/editortoolbar.png new file mode 100644 index 00000000..1dc5c8e6 Binary files /dev/null and b/wise-editor/src/main/webapp/images/editortoolbar.png differ