From: Alexander Ebert Date: Tue, 30 Dec 2014 00:54:53 +0000 (+0100) Subject: Added background color for autosave notice X-Git-Tag: 2.1.0_Beta_3~54 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ea687b154f8d532a25387879afafe345d7878a2d;p=GitHub%2FWoltLab%2FWCF.git Added background color for autosave notice --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 5f7d72bca7..304dbd5943 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -69,6 +69,7 @@ } > .redactorAutosaveNotice { + background-color: @wcfContainerBackgroundColor; border: 1px solid @wcfContainerBorderColor; border-width: 1px 0 0 1px; bottom: 0;