From 5109229c39def45dd65252534be1b1f968d1e4f3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Oct 2017 17:52:09 -0700 Subject: [PATCH] display 'wow' animations in TinyMce editor. --- e107_plugins/tinymce4/editor.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/e107_plugins/tinymce4/editor.css b/e107_plugins/tinymce4/editor.css index e61e2074b..1076acec6 100644 --- a/e107_plugins/tinymce4/editor.css +++ b/e107_plugins/tinymce4/editor.css @@ -7,7 +7,8 @@ ul { padding-bottom:8px } .mce-visualblocks li { outline: 1px dashed silver; } .mce-visualblocks ul.fa-ul { padding-left:30px } .mce-visualblocks .animated { border: 1px dashed red !important; } -.mce-visualblocks .animated:after { border-left:1px dashed red; border-bottom:1px dashed red; padding:1px 4px; font-size:8pt; color:red; position:absolute; right:0; top:0; } +.mce-visualblocks .animated:after, +.mce-visualblocks .wow:after { border-left:1px dashed red; border-bottom:1px dashed red; padding:1px 4px; font-size:8pt; color:red; position:absolute; right:0; top:0; } /*.mce-visualblocks .animated.bounce:after { content: "bounce" !important } .mce-visualblocks .animated.flash:after { content: "flash" !important } .mce-visualblocks .animated.pulse:after { content: "pulse" !important } @@ -85,4 +86,5 @@ ul { padding-bottom:8px } .mce-visualblocks .animated.slideOutLeft:after { content: "slideOutLeft" !important } .mce-visualblocks .animated.slideOutRight:after { content: "slideOutRight" !important } .mce-visualblocks .animated.slideOutUp:after { content: "slideOutUp" !important }*/ -.mce-visualblocks .animated:after { content: attr(class); !important } \ No newline at end of file +.mce-visualblocks .animated:after, +.mce-visualblocks .wow:after { content: attr(class); !important } \ No newline at end of file