From ea687b154f8d532a25387879afafe345d7878a2d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Dec 2014 01:54:53 +0100 Subject: [PATCH] Added background color for autosave notice --- wcfsetup/install/files/style/redactor.less | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1