From 157234bf7f6f5479030084e6b2539149ac3ca4a7 Mon Sep 17 00:00:00 2001 From: Jonas Baumann Date: Tue, 20 May 2014 11:24:49 +0200 Subject: [PATCH] Fix keyword css in tinymce. --- ftw/book/browser/resources/ftwbook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftw/book/browser/resources/ftwbook.css b/ftw/book/browser/resources/ftwbook.css index 12daef9e..674691e0 100644 --- a/ftw/book/browser/resources/ftwbook.css +++ b/ftw/book/browser/resources/ftwbook.css @@ -109,7 +109,7 @@ div#portal-column-one div.portletWrapper dl.portletGoToParent { background: url("++resource++ftw.book.tinymce.keyword/img/keyword.png") no-repeat center center; } -span.keyword { +span.keyword, body.mceContentBody span.keyword { border: 1px dashed green; padding-left: 1px; padding-right: 1px;