Merge pull request #18545 from owncloud/button-style

remove border from button style
This commit is contained in:
Morris Jobke 2015-08-25 16:02:40 +02:00
commit c16113ea37
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ button, .button,
background-color: rgba(240,240,240,.9);
font-weight: bold;
color: #555;
border: 1px solid rgba(190,190,190,.9);
border: 1px solid rgba(240,240,240,.9);
cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus,