Merge pull request #38 from open-sausages/master

fix 'clear' button styles
This commit is contained in:
Damian Mooyman 2015-08-17 11:26:45 +12:00
commit 9f471eb4cc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ form .message {
.Actions {
margin-bottom: 20px;
}
a.btn, button, input[type="submit"], .Actions .action {
a.btn, button, input[type="submit"], input[type="reset"], .Actions .action {
background: #b80000;
color: #fff;
display: inline-block;