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:
parent
e00e366e01
commit
08604b0b0e
2 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
4
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue