diff options
| author | Mark Otto <[email protected]> | 2012-01-18 00:30:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-18 00:30:49 -0800 |
| commit | d12560c0ee77e69011012095b04332aeb97b9c42 (patch) | |
| tree | 91f14c63500cce2d4972cec45e5757994258d5b9 /bootstrap.css | |
| parent | f2fadf1f0a3f444893fec394fd0180d03e1058a3 (diff) | |
| download | bootstrap-d12560c0ee77e69011012095b04332aeb97b9c42.tar.xz bootstrap-d12560c0ee77e69011012095b04332aeb97b9c42.zip | |
make button active state clearer by lightening the inner shadow and removing the background image
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 681605a88..2ba50f1de 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 18 00:23:51 PST 2012 + * Date: Wed Jan 18 00:30:09 PST 2012 */ html, body { margin: 0; @@ -2527,9 +2527,10 @@ i { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn.active, .btn:active { - -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); + background-image: none; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled { cursor: default; |
