diff options
| author | Mark Otto <[email protected]> | 2013-01-12 18:52:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 18:52:06 -0800 |
| commit | 583fc4b962f5d36a7a3bbe8707535558fd2dd229 (patch) | |
| tree | 06ac46584bc81d44294648249ef6c70122a207bd /docs/assets/css/bootstrap.css | |
| parent | fb4fc323a2ef97ec9b383a1084c148cd3c67f091 (diff) | |
| download | bootstrap-583fc4b962f5d36a7a3bbe8707535558fd2dd229.tar.xz bootstrap-583fc4b962f5d36a7a3bbe8707535558fd2dd229.zip | |
buttons and button group flattening improvements
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 469c6f42f..22d6a97f3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2417,7 +2417,6 @@ button.close { font-weight: bold; line-height: 20px; text-align: center; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align: middle; cursor: pointer; border: 1px solid #a7a9aa; @@ -2595,6 +2594,11 @@ fieldset[disabled] .btn-link:hover { text-decoration: none; } +.caret { + border-top-color: #fff; + border-bottom-color: #fff; +} + .btn-group { position: relative; display: inline-block; @@ -2635,18 +2639,6 @@ fieldset[disabled] .btn-link:hover { margin-left: 1px; } -.btn-group > .btn-mini { - font-size: 10.5px; -} - -.btn-group > .btn-small { - font-size: 11.9px; -} - -.btn-group > .btn-large { - font-size: 17.5px; -} - .btn-group > .btn:first-child { margin-left: 0; border-bottom-left-radius: 4px; @@ -2727,9 +2719,7 @@ fieldset[disabled] .btn-link:hover { } .btn-large .caret { - border-top-width: 5px; - border-right-width: 5px; - border-left-width: 5px; + border-width: 5px; } .btn-mini .caret, @@ -2741,16 +2731,6 @@ fieldset[disabled] .btn-link:hover { border-bottom-width: 5px; } -.btn-primary .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret, -.btn-success .caret, -.btn-inverse .caret { - border-top-color: #fff; - border-bottom-color: #fff; -} - .btn-group-vertical > .btn { display: block; float: none; |
