fix login/setup page input shadows

fixes #21658
This commit is contained in:
Christoph Wurst 2016-01-13 10:06:21 +01:00
parent c5a200c419
commit ee35cba7f1
1 changed files with 3 additions and 2 deletions

View File

@ -382,12 +382,13 @@ body {
.groupbottom input {
margin-top: 0;
border-top: 0;
}
#body-login .groupbottom #password {
border-top-right-radius: 0;
border-top-left-radius: 0;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
}
#body-login .groupbottom input[type=submit] {
box-shadow: none !important;
}
/* keep the labels for screen readers but hide them since we use placeholders */
label.infield {