From 9d1a4c138be0f89a09d8cdeef3e5a28cb873f861 Mon Sep 17 00:00:00 2001 From: iseulde Date: Fri, 3 Mar 2017 16:23:03 +0100 Subject: [PATCH] Add styles for new tinymce link behaviour --- tinymce/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tinymce/style.css b/tinymce/style.css index a4f49af8fe675a..323d487ba7b074 100644 --- a/tinymce/style.css +++ b/tinymce/style.css @@ -14,8 +14,19 @@ body { } body { - font: 13px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; + font-family: Georgia, serif; + font-size: 16px; max-width: 720px; margin: 60px auto; color: #12181e; } + +*[contenteditable] { + outline: none; +} + +a[data-mce-selected] { + background: #bfe6ff; + border-radius: 1px; + box-shadow: 0 0 0 1px #bfe6ff; +}