Skip to content

Commit

Permalink
some styling for button as for input[type=submit]
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Sep 11, 2014
1 parent 470f00e commit f39343e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/active_admin/_forms.css.scss
Expand Up @@ -221,15 +221,15 @@ form {

/* Buttons */

input[type=submit], input[type=button] {
input[type=submit], input[type=button], button {
@include dark-button;
cursor: pointer;

}

.buttons, .actions {
margin-top: 15px;
input[type=submit], input[type=button] { margin-right: 10px; }
input[type=submit], input[type=button], button { margin-right: 10px; }
}

fieldset.buttons li, fieldset.actions li {
Expand Down
Expand Up @@ -8,4 +8,4 @@ a.member_link {
white-space: nowrap;
}

a.button, a:link.button, a:visited.button, input[type=submit], input[type=button] { @include dark-button; }
a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button { @include dark-button; }

0 comments on commit f39343e

Please sign in to comment.