From 5817a2d510ebc821b189e7e840e037ff7292b131 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Thu, 8 Feb 2018 10:46:23 +0100 Subject: [PATCH] Tests: moved CSS from a manual test into a dedicated stylesheet. --- tests/plugins/easyimage/manual/_assets/progress.css | 4 ++++ tests/plugins/easyimage/manual/customprogressbar.html | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/plugins/easyimage/manual/_assets/progress.css b/tests/plugins/easyimage/manual/_assets/progress.css index eeb6e0aa04c..c3e1addd213 100644 --- a/tests/plugins/easyimage/manual/_assets/progress.css +++ b/tests/plugins/easyimage/manual/_assets/progress.css @@ -13,6 +13,10 @@ transition: height 0.1s; } +.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading.cke_skip_uploading figure img { + opacity: 1; +} + /* Circle prgoress indicator */ .cke_progress_circle { diff --git a/tests/plugins/easyimage/manual/customprogressbar.html b/tests/plugins/easyimage/manual/customprogressbar.html index 116aa826afa..ccd7278b32b 100644 --- a/tests/plugins/easyimage/manual/customprogressbar.html +++ b/tests/plugins/easyimage/manual/customprogressbar.html @@ -28,8 +28,6 @@

Overlapping progress reporter

bender.ignore(); } - CKEDITOR.addCss( '.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading.cke_skip_uploading figure img { opacity: 1; }' ); - var commonConfig = { cloudServices_url: easyImageTools.CLOUD_SERVICES_UPLOAD_GATEWAY, contentsCss: [ '%TEST_DIR%/_assets/progress.css' ],