aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 16:43:53 -0800
committerMark Otto <[email protected]>2012-02-11 16:43:53 -0800
commit4ddc8fd0e41a4bf76249645674806a7f11e64879 (patch)
tree96f0cf1e23c68888ec80aee2e97933e267ce494d
parent102bb8e68439d28334c2c9f6e4579fdd9950c102 (diff)
downloadbootstrap-4ddc8fd0e41a4bf76249645674806a7f11e64879.tar.xz
bootstrap-4ddc8fd0e41a4bf76249645674806a7f11e64879.zip
remove color on :active of buttons
-rw-r--r--docs/assets/bootstrap.zipbin52675 -> 52665 bytes
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/buttons.less1
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index ed52bb830..6532a299b 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 1391ad41e..e32d2b13c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1732,7 +1732,6 @@ table .span12 {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
- color: rgba(0, 0, 0, 0.5);
outline: 0;
}
.btn.disabled, .btn[disabled] {
diff --git a/less/buttons.less b/less/buttons.less
index 880d1f64a..0dc9e374b 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -53,7 +53,6 @@
.box-shadow(@shadow);
background-color: darken(@white, 10%);
background-color: darken(@white, 15%) e("\9");
- color: rgba(0,0,0,.5);
outline: 0;
}