Change login image to new SVG. (#13493)
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 40 KiB |
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user