Some CSS tweaks

This commit is contained in:
Mike Koch 2016-12-13 21:37:32 -05:00
parent 03814ea2a3
commit 3f7a57fd66

View File

@ -211,15 +211,15 @@ button.dropdown-submit {
border-bottom: solid 1px #ddd; border-bottom: solid 1px #ddd;
} }
.box-warning.box-solid .box-body { .box-warning .box-body {
background: #fdebcf; background: #fdebcf;
} }
.box-warning.box-solid .box-body hr { .box-warning .box-body hr {
border-top: 1px solid #f39c12; border-top: 1px solid #f39c12;
} }
.box-warning.box-solid .box-footer { .box-warning .box-footer {
background: #f39c12; background: #f39c12;
} }