change expires soon colors

This commit is contained in:
Roland Schneider
2019-03-30 20:52:44 +01:00
parent 216c48df93
commit ee8662e1c8
5 changed files with 13 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ if ( isset($model->card)){
/// ///////////////////////////////////
if ( $showWarningExpires || $showWaringUsageCount) {
?>
<div class="alert alert-warning">
<div class="alert alert-warning-expires">
<strong>A bérlet hamarosan lejár</strong>
<?php
if ($showWarningExpires) {
@@ -224,4 +224,4 @@ if ( isset($model->customer)){
}
?>
?>

View File

@@ -89,3 +89,10 @@ a.desc:after {
padding: 10px 20px;
margin: 0 0 15px 0;
}
.alert-warning-expires {
color: #fff;
background-color: #dc500b;
border-color: #faebcc;
}