Tweak notes color scheme
This commit is contained in:
parent
18ffa18383
commit
f310039d89
@ -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']; ?>
|
||||
|
@ -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%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user