From eb721e35b2fe59eee160dd0116871b847b9f6e3b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 27 Oct 2015 11:59:58 -0400 Subject: [PATCH] Update to TinyMCE 4.2 --- skins/larry/styles.css | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index a66bbac..ba17085 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -3144,4 +3144,14 @@ _:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i { line-height: 20px !important; -} \ No newline at end of file +} + +.mce-textbox { + border-radius: 0; + box-shadow: none; +} + +.mce-textbox:focus { + box-shadow: none; + outline: none; +} -- Gitblit v1.9.1