openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs | README

commit 2a8d30194119577706aeacd3a0596e06ffa42e62
parent b1816a275a4284e0cbd5a53efd37b262ebe2da36
Author: Jan Dankert <develop@jandankert.de>
Date:   Sun, 11 Oct 2020 22:22:33 +0200

Fix: Filler-Layer must have a background-color

Diffstat:
Mmodules/cms/ui/themes/default/style/theme/openrat-theme.less | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms/ui/themes/default/style/theme/openrat-theme.less b/modules/cms/ui/themes/default/style/theme/openrat-theme.less @@ -41,7 +41,7 @@ html.or-theme-@{cms-theme-id} { .box-shadow(0px, 0px, 40px, @cms-text-color); } - .or-filler { + .or-dialog-filler { background-color: @cms-background-color; } }