From 379bbe5bc41935452bb7090194a93af85b722650 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 13 Apr 2017 12:06:48 +0100 Subject: [PATCH] Change background color to purple to the overlay solid color before we login to backoffice at end of installer --- src/Umbraco.Web.UI.Client/src/less/installer.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/installer.less b/src/Umbraco.Web.UI.Client/src/less/installer.less index b37271834a..464afe57bc 100644 --- a/src/Umbraco.Web.UI.Client/src/less/installer.less +++ b/src/Umbraco.Web.UI.Client/src/less/installer.less @@ -73,7 +73,7 @@ body { right: 0; left: 0; bottom: 0; - background: @gray-1; + background: @purple; z-index: 666; }