diff options
| author | Mark Otto <[email protected]> | 2017-07-16 13:11:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-16 13:11:21 -0700 |
| commit | 082c9d92fe1057f8dddda32e1002983d82c681aa (patch) | |
| tree | 3a0a3e7329b1eabdc6b24165ab10fd39558f5058 /dist/css/bootstrap.css | |
| parent | 696b2bee113290774c4b74bd709d008c800f0e30 (diff) | |
| download | bootstrap-082c9d92fe1057f8dddda32e1002983d82c681aa.tar.xz bootstrap-082c9d92fe1057f8dddda32e1002983d82c681aa.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 898db64f3..25fed0389 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -7,15 +7,7 @@ @media print { *, *::before, - *::after, - p::first-letter, - div::first-letter, - blockquote::first-letter, - li::first-letter, - p::first-line, - div::first-line, - blockquote::first-line, - li::first-line { + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -127,7 +119,8 @@ p { abbr[title], abbr[data-original-title] { text-decoration: underline; - text-decoration: underline dotted; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; cursor: help; border-bottom: 0; } @@ -1588,11 +1581,6 @@ pre code { opacity: 1; } -.form-control::-moz-placeholder { - color: #868e96; - opacity: 1; -} - .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -2469,6 +2457,7 @@ fieldset[disabled] a.btn { .btn-link, .btn-link:focus, .btn-link:active { border-color: transparent; + box-shadow: none; } .btn-link:hover { @@ -3845,10 +3834,8 @@ tbody.collapse.show { @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; - -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .card-columns .card { |
