0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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