aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-08 16:58:56 -0700
committerMark Otto <[email protected]>2013-09-08 16:58:56 -0700
commitafb6cf1d01c28bd0a1c6803f727eb7408b70c16e (patch)
treeaa271cde60c7d6ed78a1d49c8018229c41339c5c /dist/css/bootstrap.css
parent16279056ae1b3534f8c54b812492ce222dda6c8d (diff)
downloadbootstrap-afb6cf1d01c28bd0a1c6803f727eb7408b70c16e.tar.xz
bootstrap-afb6cf1d01c28bd0a1c6803f727eb7408b70c16e.zip
Match order of vars to order of components; darken some alert borders
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css16
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 {