Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Umbraco.Core/Configuration/Models/ContentSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ @keyframes umbraco-preview-badge--effect {{
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;
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI.Client/src/less/pages/login.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI.Client/src/views/errors/BootFailed.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down