From afb6cf1d01c28bd0a1c6803f727eb7408b70c16e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Sep 2013 16:58:56 -0700 Subject: Match order of vars to order of components; darken some alert borders --- dist/css/bootstrap.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 615e19833..c2b5eaa5d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1575,7 +1575,7 @@ table th[class*="col-"] { .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; - border-color: #fbeed5; + border-color: #faebcc; } .table-hover > tbody > tr > td.warning:hover, @@ -1583,7 +1583,7 @@ table th[class*="col-"] { .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; - border-color: #f8e5be; + border-color: #f7e1b5; } @media (max-width: 768px) { @@ -5131,11 +5131,11 @@ a.thumbnail:focus { .alert-warning { color: #c09853; background-color: #fcf8e3; - border-color: #fbeed5; + border-color: #faebcc; } .alert-warning hr { - border-top-color: #f8e5be; + border-top-color: #f7e1b5; } .alert-warning .alert-link { @@ -5590,21 +5590,21 @@ a.list-group-item:focus { } .panel-warning { - border-color: #fbeed5; + border-color: #faebcc; } .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; - border-color: #fbeed5; + border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body { - border-top-color: #fbeed5; + border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #fbeed5; + border-bottom-color: #faebcc; } .panel-danger { -- cgit v1.2.3