Customer: change filter color, add close button at image modal
This commit is contained in:
parent
0cd5bcf6b5
commit
2d76d8f3f1
|
|
@ -1788,7 +1788,11 @@ if( $total_count < 1 ) {
|
||||||
<!-- Image Popup Modal -->
|
<!-- Image Popup Modal -->
|
||||||
<div id="imagePreviewModal" class="modal fade">
|
<div id="imagePreviewModal" class="modal fade">
|
||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content" style="background:#000;">
|
<div class="modal-content">
|
||||||
|
<div class="modal-header">
|
||||||
|
<h4 class="modal-title">Image Detail</h4>
|
||||||
|
<button type="button" class="btn" data-bs-dismiss="modal" aria-label="Close" style="color:#fff;"><i class="bi bi-x"></i></button>
|
||||||
|
</div>
|
||||||
<div class="modal-body" style="text-align:center;">
|
<div class="modal-body" style="text-align:center;">
|
||||||
|
|
||||||
<img id="previewLargeImg" src="" style="width:100%; max-height:80vh; object-fit:contain;">
|
<img id="previewLargeImg" src="" style="width:100%; max-height:80vh; object-fit:contain;">
|
||||||
|
|
|
||||||
|
|
@ -688,8 +688,8 @@ $(document).ready(function(){
|
||||||
|
|
||||||
.cstatus-segment input[type="radio"]:checked + span,
|
.cstatus-segment input[type="radio"]:checked + span,
|
||||||
.cistop-segment input[type="radio"]:checked + span {
|
.cistop-segment input[type="radio"]:checked + span {
|
||||||
background: #5a8dee;
|
background: #ffca1a;
|
||||||
color: white;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cstatus-segment label:first-child span,
|
.cstatus-segment label:first-child span,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue