diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 2 | ||||
| -rw-r--r-- | less/buttons.less | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index d8957c52d..a04220a9a 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -134,7 +134,7 @@ .btn-danger, .btn-info, .btn-success, -.btn-dark { +.btn-inverse { .caret { border-top-color: @white; .opacity(75); diff --git a/less/buttons.less b/less/buttons.less index 0ac2be67a..292e04626 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -108,8 +108,8 @@ .btn-success:hover, .btn-info, .btn-info:hover, -.btn-dark, -.btn-dark:hover { +.btn-inverse, +.btn-inverse:hover { text-shadow: 0 -1px 0 rgba(0,0,0,.25); color: @white; } @@ -144,8 +144,8 @@ .btn-info { .buttonBackground(#5bc0de, #2f96b4); } -// Dark appears as black -.btn-dark { +// Inverse appears as dark gray +.btn-inverse { .buttonBackground(#454545, #262626); } |
