From: Alexander Ebert Date: Fri, 11 Jul 2014 14:26:27 +0000 (+0200) Subject: Improved visuals for editor errors X-Git-Tag: 2.1.0_Alpha_1~583 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bef7b9ef97c8a36742f6fe7ea83c199a9aa404f6;p=GitHub%2FWoltLab%2FWCF.git Improved visuals for editor errors --- 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 {