Make register-link less obtrusive.

This commit is contained in:
Andreas Neustifter 2018-04-24 21:18:31 +00:00
parent 1a69265da4
commit d06a174f0c

View file

@ -3153,6 +3153,8 @@ section .profile-match-wrapper {
clear: both; clear: both;
} }
#register-link { #register-link {
color: white;
background: #8ad0a1;
width: 100%; width: 100%;
} }
#login-end { #login-end {
@ -3214,7 +3216,7 @@ section .profile-match-wrapper {
} }
.mod-home.is-not-singleuser .login-form > #login-extra-links { .mod-home.is-not-singleuser .login-form > #login-extra-links {
margin-top: unset; margin-top: unset;
background-color: #8ad0a1; background-color: white;
} }
.mod-home.is-not-singleuser .login-form > #login-form label, .mod-home.is-not-singleuser .login-form > #login-form label,