Tweak notes color scheme

This commit is contained in:
Mike Koch 2016-11-22 22:02:44 -05:00
parent 18ffa18383
commit f310039d89
2 changed files with 13 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
?>
</div>
</div>
<div class="box box-warning">
<div class="box box-warning box-solid">
<div class="box-header with-border">
<h1 class="box-title">
<?php echo $hesklang['notes']; ?>

View File

@ -190,6 +190,18 @@ button.dropdown-submit {
border-bottom: solid 1px #ddd;
}
.box-warning.box-solid .box-body {
background: #fdebcf;
}
.box-warning.box-solid .box-body hr {
border-top: 1px solid #f39c12;
}
.box-warning.box-solid .box-footer {
background: #f39c12;
}
.full-width {
width: 100%;
}