diff options
| author | Mark Otto <[email protected]> | 2013-10-28 21:19:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-28 21:19:48 -0700 |
| commit | c6e76d97bab6f174f2f877433985cb11ff9368b1 (patch) | |
| tree | df78b4f04005f0b4189c39c501fa17a115e98018 /dist/css/bootstrap.css | |
| parent | 67cab7fa05b31d5e9579a9b96c95a434489f5548 (diff) | |
| download | bootstrap-c6e76d97bab6f174f2f877433985cb11ff9368b1.tar.xz bootstrap-c6e76d97bab6f174f2f877433985cb11ff9368b1.zip | |
Fixes #10341: don't change border color on contextual table classes
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 338f1a089..624b39ea0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1705,7 +1705,6 @@ table th[class*="col-"] { .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; - border-color: #d6e9c6; } .table-hover > tbody > tr > td.success:hover, @@ -1713,7 +1712,6 @@ table th[class*="col-"] { .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; - border-color: #c9e2b3; } .table > thead > tr > td.danger, @@ -1729,7 +1727,6 @@ table th[class*="col-"] { .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; - border-color: #ebccd1; } .table-hover > tbody > tr > td.danger:hover, @@ -1737,7 +1734,6 @@ table th[class*="col-"] { .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; - border-color: #e4b9c0; } .table > thead > tr > td.warning, @@ -1753,7 +1749,6 @@ table th[class*="col-"] { .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; - border-color: #faebcc; } .table-hover > tbody > tr > td.warning:hover, @@ -1761,7 +1756,6 @@ table th[class*="col-"] { .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; - border-color: #f7e1b5; } @media (max-width: 767px) { |
