diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 16 |
1 files changed, 8 insertions, 8 deletions
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 { |
