diff --git a/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/img/login.svg b/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/img/login.svg new file mode 100644 index 0000000000..3bd280b4af --- /dev/null +++ b/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/img/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs index 4014930a5c..5a82d860bb 100644 --- a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs +++ b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs @@ -152,7 +152,7 @@ public class ContentSettings internal const string StaticMacroErrors = "Inline"; internal const string StaticDisallowedUploadFiles = "ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,xamlx"; internal const bool StaticShowDeprecatedPropertyEditors = false; - internal const string StaticLoginBackgroundImage = "assets/img/login.jpg"; + internal const string StaticLoginBackgroundImage = "assets/img/login.svg"; internal const string StaticLoginLogoImage = "assets/img/application/umbraco_logo_white.svg"; internal const bool StaticHideBackOfficeLogo = false; internal const bool StaticDisableDeleteWhenReferenced = false; diff --git a/src/Umbraco.Web.UI.Client/src/less/pages/login.less b/src/Umbraco.Web.UI.Client/src/less/pages/login.less index 66fe2e0ae4..74b28dabcb 100644 --- a/src/Umbraco.Web.UI.Client/src/less/pages/login.less +++ b/src/Umbraco.Web.UI.Client/src/less/pages/login.less @@ -20,7 +20,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - background-image: url('../img/login.jpg'); + background-image: url('../img/login.svg'); width: 100%; height: 100%; position: absolute; diff --git a/src/Umbraco.Web.UI.Client/src/views/errors/BootFailed.html b/src/Umbraco.Web.UI.Client/src/views/errors/BootFailed.html index e7aa63eff0..0f13862628 100644 --- a/src/Umbraco.Web.UI.Client/src/views/errors/BootFailed.html +++ b/src/Umbraco.Web.UI.Client/src/views/errors/BootFailed.html @@ -29,7 +29,7 @@ background-repeat: no-repeat; background-size: cover; background-position: 50%; - background-image: url(/umbraco/assets/img/login.jpg); + background-image: url(/umbraco/assets/img/login.svg); margin: 0; padding: 0; font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;