diff options
| author | Mark Otto <[email protected]> | 2012-02-11 16:43:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 16:43:53 -0800 |
| commit | 4ddc8fd0e41a4bf76249645674806a7f11e64879 (patch) | |
| tree | 96f0cf1e23c68888ec80aee2e97933e267ce494d | |
| parent | 102bb8e68439d28334c2c9f6e4579fdd9950c102 (diff) | |
| download | bootstrap-4ddc8fd0e41a4bf76249645674806a7f11e64879.tar.xz bootstrap-4ddc8fd0e41a4bf76249645674806a7f11e64879.zip | |
remove color on :active of buttons
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52675 -> 52665 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/buttons.less | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex ed52bb830..6532a299b 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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; } |
