Merge pull request #21676 from owncloud/fix-setup-login-input-shadows
fix login/setup page input shadows
This commit is contained in:
commit
cc4e4ecf0f
|
@ -382,12 +382,13 @@ body {
|
||||||
.groupbottom input {
|
.groupbottom input {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
|
||||||
#body-login .groupbottom #password {
|
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
|
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 */
|
/* keep the labels for screen readers but hide them since we use placeholders */
|
||||||
label.infield {
|
label.infield {
|
||||||
|
|
Loading…
Reference in New Issue