diff options
| author | Mark Otto <[email protected]> | 2016-05-11 16:35:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-11 16:35:02 -0700 |
| commit | 0eeff0b7cdff01a4e45f46589a4bfafd7cc2d602 (patch) | |
| tree | b6a4617ec73ef07413567dfe70a48d0b19857f4c /dist/css/bootstrap.css | |
| parent | 98049e908c99e3df9669722658d77b7c6898379e (diff) | |
| download | bootstrap-0eeff0b7cdff01a4e45f46589a4bfafd7cc2d602.tar.xz bootstrap-0eeff0b7cdff01a4e45f46589a4bfafd7cc2d602.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d3930f6f..9c2e3fcdd 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1965,26 +1965,26 @@ pre code { } .table-striped tbody tr:nth-of-type(odd) { - background-color: #f9f9f9; + background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { - background-color: #f5f5f5; + background-color: rgba(0, 0, 0, 0.075); } .table-active, .table-active > th, .table-active > td { - background-color: #f5f5f5; + background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover { - background-color: #e8e8e8; + background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { - background-color: #e8e8e8; + background-color: rgba(0, 0, 0, 0.075); } .table-success, @@ -2047,13 +2047,6 @@ pre code { background-color: #ebcccc; } -.table-responsive { - display: block; - width: 100%; - min-height: .01%; - overflow-x: auto; -} - .thead-inverse th { color: #fff; background-color: #373a3c; @@ -2069,16 +2062,23 @@ pre code { background-color: #373a3c; } -.table-inverse.table-bordered { - border: 0; -} - .table-inverse th, .table-inverse td, .table-inverse thead th { border-color: #55595c; } +.table-inverse.table-bordered { + border: 0; +} + +.table-responsive { + display: block; + width: 100%; + min-height: .01%; + overflow-x: auto; +} + .table-reflow thead { float: left; } |
