parent
2a2fc2a120
commit
ff424e28ce
|
|
@ -306,13 +306,13 @@ table.tb-list th {
|
|||
color: blue;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
background-color:blue;
|
||||
background-color::blue;
|
||||
}
|
||||
|
||||
.icon-note:hover{
|
||||
color: #5E5EFF;
|
||||
font-size: 18px;
|
||||
background-color:blue;
|
||||
background-color::blue;
|
||||
}
|
||||
/*--------------------------------------------------------------
|
||||
# Pagination
|
||||
|
|
@ -391,6 +391,18 @@ table.tb-list th {
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.txt-estimate2{
|
||||
background-color: white;
|
||||
color: #2A9B56;
|
||||
width:190px;
|
||||
padding: 10px;
|
||||
border: 1px solid #2A9B56;
|
||||
border-radius: 5px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.sticky-estimate {
|
||||
position: fixed;
|
||||
right: 15px;
|
||||
|
|
|
|||
|
|
@ -654,7 +654,7 @@ function printDiv(divName) {
|
|||
|
||||
<div class="container-inner"">
|
||||
<p class="estimate-wrap">
|
||||
<span class="txt-estimate">FORECAST: <span id="estimatetotal"><?=number_format($d_estquantitySUM)?></span> L</span>
|
||||
<span class="txt-estimate2">FORECAST: <span id="estimatetotal"><?=number_format($d_estquantitySUM)?></span> L</span>
|
||||
<span class="txt-estimate">ACTUAL: <span id="actualtotal"><?=number_format($d_quantitySUM)?></span> L</span>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue