Change login image to new SVG. (#13493)

This commit is contained in:
Niels Lyngsø
2022-11-28 19:55:15 +01:00
committed by GitHub
parent 7342fde17f
commit 188fa237cd
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;