diff --git a/button.scss b/button.scss index 60e0baa..fcb867a 100644 --- a/button.scss +++ b/button.scss @@ -4,7 +4,7 @@ cursor: pointer; } -button, input[type="submit"], input[type="button"] { +button, input[type="submit"], input[type="button"], a.button { @include border-radius(3px); border: 1px solid $content-border-color; cursor: pointer; diff --git a/styles.css b/styles.css index 1dfca26..08f0ef5 100644 --- a/styles.css +++ b/styles.css @@ -1433,7 +1433,7 @@ blockquote { .btn { cursor: pointer; } -button, input[type="submit"], input[type="button"] { +button, input[type="submit"], input[type="button"], a.button { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; @@ -1454,7 +1454,7 @@ button, input[type="submit"], input[type="button"] { -moz-box-shadow: inset 1px 1px 0px 0px #ffffff; -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff; box-shadow: inset 1px 1px 0px 0px #ffffff; } - button:hover, button :active, input[type="submit"]:hover, input[type="submit"] :active, input[type="button"]:hover, input[type="button"] :active { + button:hover, button :active, input[type="submit"]:hover, input[type="submit"] :active, input[type="button"]:hover, input[type="button"] :active, a.button:hover, a.button :active { text-shadow: -1px -1px 1px #ffffff; background: #d9d9d9; background: -moz-linear-gradient(top, #d6d6d6 0, #ededed 100);