From c6e76d97bab6f174f2f877433985cb11ff9368b1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Oct 2013 21:19:48 -0700 Subject: Fixes #10341: don't change border color on contextual table classes --- dist/css/bootstrap.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dist/css/bootstrap.css') 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) { -- cgit v1.2.3