diff --git a/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/content.css b/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/content.css index 7e7e4abd7171a2129c99d0f44dd3ca6b534d2f39..fe3365f1e56ee0cc9fec6830cbfb428f6aee5559 100644 --- a/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/content.css +++ b/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/content.css @@ -2,6 +2,8 @@ border: 1px dotted #cc0000; background-position: center; background-repeat: no-repeat; - background-color: #ffffcc; + background-color: #ffffcc; + background-image: url('olatmovieviewer.png'); + background-size: 32px 32px; display: block; -} \ No newline at end of file +} diff --git a/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/olatmovieviewer.png b/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/olatmovieviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..8e04445cdd86617035baca8bf88c77b024fb7ba1 Binary files /dev/null and b/src/main/webapp/static/js/tinymce4/tinymce/plugins/olatmovieviewer/css/olatmovieviewer.png differ