From a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 15:18:20 -0800 Subject: change classname from .btn-dark to .btn-inverse, change use text --- less/button-groups.less | 2 +- less/buttons.less | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'less') 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); } -- cgit v1.2.3