From 6de5b4909eba56029711b6f303c4b3ccf8bbda60 Mon Sep 17 00:00:00 2001 From: iseulde Date: Thu, 23 Feb 2017 17:34:39 +0100 Subject: [PATCH] tinymce-single: use same border style as main prototype --- tinymce-single/tinymce/block.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tinymce-single/tinymce/block.css b/tinymce-single/tinymce/block.css index f96ceaf516165..565d86361431f 100644 --- a/tinymce-single/tinymce/block.css +++ b/tinymce-single/tinymce/block.css @@ -1,9 +1,13 @@ +#editor img[data-mce-selected] { + outline: none; +} + #editor img::selection { background-color: transparent; } #editor *[data-mce-selected="block"] { - outline: 2px solid #87a6bc; + outline: 2px solid #e0e5e9; outline-offset: 11px; /*background-color: rgba( 135, 166, 188, 0.3 ); box-shadow: 0px 0px 0px 11px rgba( 135, 166, 188, 0.3 );