diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less index 2eb52295d2..cfb06d4dc0 100644 --- a/src/Umbraco.Web.UI.Client/src/less/forms.less +++ b/src/Umbraco.Web.UI.Client/src/less/forms.less @@ -390,6 +390,8 @@ textarea { .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } +input.input--no-border { border: none; } + // Grid style input sizes input[class*="span"], select[class*="span"], 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 892977180e..166a9bfb56 100644 --- a/src/Umbraco.Web.UI.Client/src/less/pages/login.less +++ b/src/Umbraco.Web.UI.Client/src/less/pages/login.less @@ -4,7 +4,7 @@ .login-overlay { width: 100%; height: 100%; - background: @blackLight url(../img/application/logo.png) no-repeat 25px 30px fixed !important; + background: @gray-1 url(../img/application/logo.png) no-repeat 25px 30px fixed !important; background-size: 30px 30px !important; color: @white; position: absolute; @@ -65,7 +65,7 @@ text-align: right; color: @white; font-size: 18px; - font-weight: normal; + font-weight: bold; } .login-overlay .alert { @@ -117,21 +117,21 @@ #hrOr hr { margin: 0; border: none; - background-color: @gray; + background-color: @gray-3; height: 1px; } #hrOr div { - background-color: black; + background-color: @black; position: relative; top: -16px; - border: 1px solid @gray; + border: 1px solid @gray-3; padding: 4px; border-radius: 50%; width: 20px; height: 20px; margin: auto; - color: @grayLight; + color: @gray-8; } .login-overlay .text-error, diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html index 5933848c36..95c55b354e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html @@ -40,11 +40,11 @@
- +
- +