remove border from button style

This commit is contained in:
Jan-Christoph Borchardt 2015-08-25 14:22:00 +02:00
parent 494c1d7417
commit d337c2bf0e
1 changed files with 1 additions and 1 deletions

View File

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