diff options
| author | Mark Otto <[email protected]> | 2017-07-02 10:40:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-02 10:40:27 -0700 |
| commit | 93b2682880920c940145a2ba1f31978501132ec0 (patch) | |
| tree | 36f80d9e1ab93b40b145a47d65fa0b8e6714c091 /dist/css/bootstrap.css | |
| parent | 3b08beb37a5c65a5dd51f109b7b4695e89afe698 (diff) | |
| download | bootstrap-93b2682880920c940145a2ba1f31978501132ec0.tar.xz bootstrap-93b2682880920c940145a2ba1f31978501132ec0.zip | |
npm build
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 110 |
1 files changed, 66 insertions, 44 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c7679a5c5..25c1dd8ca 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1496,6 +1496,21 @@ pre code { background-color: #b9bbbe; } +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + .thead-inverse th { color: #fff; background-color: #212529; @@ -1573,6 +1588,11 @@ pre code { opacity: 1; } +.form-control::-moz-placeholder { + color: #868e96; + opacity: 1; +} + .form-control:-ms-input-placeholder { color: #868e96; opacity: 1; @@ -1956,7 +1976,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; - transition: all 0.2s ease-in-out; + transition: all 0.15s ease-in-out; } .btn:focus, .btn:hover { @@ -3825,8 +3845,10 @@ 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 { @@ -4553,49 +4575,6 @@ button.list-group-item-dark.active { border-color: #1b1e21; } -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.857143%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - .close { float: right; font-size: 1.5rem; @@ -5616,6 +5595,49 @@ a.bg-dark:focus, a.bg-dark:hover { } } +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} + +.embed-responsive::before { + display: block; + content: ""; +} + +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.857143%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + .flex-row { -ms-flex-direction: row !important; flex-direction: row !important; |
