Remove unnecessary border from login button

This commit is contained in:
Christoph Wurst 2015-12-27 14:01:46 +01:00 committed by Roeland Jago Douma
parent 9c4ab51735
commit 598883ffa0
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@ 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;