aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 15:18:20 -0800
committerMark Otto <[email protected]>2012-02-12 15:18:20 -0800
commita57dbada0f17bc3dfd4a77de436a5e590fb0d1e3 (patch)
tree209028059af92c627af1881ac65032d275061de3 /less
parentb8493ed8b773b5e67966fec3837015e77dfed037 (diff)
downloadbootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.tar.xz
bootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.zip
change classname from .btn-dark to .btn-inverse, change use text
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less2
-rw-r--r--less/buttons.less8
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);
}