Allow button/input type submit to be green

This commit is contained in:
Paul Adam Davis 2014-06-26 11:43:35 +01:00
parent e00e366e01
commit 08604b0b0e
2 changed files with 5 additions and 3 deletions

View File

@ -114,7 +114,9 @@ input[type="submit"] {
}
// Button for actions which add stuff
.button-add {
.button-add,
button[type="submit"].button-add,
input[type="submit"].button-add {
@extend %btn;
background: $green;
&:hover {

File diff suppressed because one or more lines are too long