Fix text color for totals in Payment Statistics
This commit is contained in:
parent
e721f97c83
commit
8634eea191
1 changed files with 11 additions and 11 deletions
|
@ -326,8 +326,8 @@ class Submenu_Page {
|
||||||
$result = $wpdb->get_row($sql,OBJECT);
|
$result = $wpdb->get_row($sql,OBJECT);
|
||||||
?>
|
?>
|
||||||
<div style="margin-top: 25px;
|
<div style="margin-top: 25px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
font-family: 'Noto Sans';
|
font-family: 'Noto Sans';
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
@ -343,14 +343,14 @@ class Submenu_Page {
|
||||||
<td width="80%">
|
<td width="80%">
|
||||||
<table width="100%" >
|
<table width="100%" >
|
||||||
<tr style="font-family: Noto Sans;
|
<tr style="font-family: Noto Sans;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: #ff5722;
|
background-color: #ff5722;
|
||||||
color: white;">
|
color: white;">
|
||||||
<td width="35%">Payments received</td>
|
<td width="35%">Payments received</td>
|
||||||
<td width="35%">Description</td>
|
<td width="35%">Description</td>
|
||||||
<td width="30%">Value</td>
|
<td width="30%">Value</td>
|
||||||
|
@ -616,7 +616,7 @@ class Submenu_Page {
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: #ff5722;
|
background-color: #ff5722;
|
||||||
git color: white;">
|
color: white;">
|
||||||
<td width="12%">Payments:</td>
|
<td width="12%">Payments:</td>
|
||||||
<td width="23%"><?php echo $result->gTotalPmts ?></td>
|
<td width="23%"><?php echo $result->gTotalPmts ?></td>
|
||||||
<td width="12%">Total Amount:</td>
|
<td width="12%">Total Amount:</td>
|
||||||
|
|
Loading…
Reference in a new issue