From bef7b9ef97c8a36742f6fe7ea83c199a9aa404f6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 11 Jul 2014 16:26:27 +0200 Subject: [PATCH] Improved visuals for editor errors --- wcfsetup/install/files/style/redactor.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index d9e5a607ba..588aaa1761 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -53,6 +53,13 @@ & + .messageTabMenu { padding: 0; } + + & + .innerError { + border-radius: 0; + box-shadow: none; + display: block; + margin-top: -1px; + } } .redactor_editor { -- 2.20.1