mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Allow button/input type submit to be green
This commit is contained in:
parent
e00e366e01
commit
08604b0b0e
@ -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…
Reference in New Issue
Block a user