CHANGE_UI_FIX - VADIVEL J 2025-09-02
This commit is contained in:
parent
01d87db58e
commit
8fdb2e8f5f
@ -55,7 +55,7 @@
|
|||||||
<div class="table-responsive" id="branch_table">
|
<div class="table-responsive" id="branch_table">
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Branch Name</th>
|
<th>Branch Name</th>
|
||||||
<th>Branch Code</th>
|
<th>Branch Code</th>
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
<div class="table-responsive" id="table_list">
|
<div class="table-responsive" id="table_list">
|
||||||
<table data-custom-table-css="table" class="table table-borderless table mb-0" id="table-client-policy">
|
<table data-custom-table-css="table" class="table table-borderless table mb-0" id="table-client-policy">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr style="color:black !important;">
|
||||||
<th>Insurer</th>
|
<th>Insurer</th>
|
||||||
<th>Policy</th>
|
<th>Policy</th>
|
||||||
<th>Client Branch</th>
|
<th>Client Branch</th>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<div class="table-responsive" id="branch_table" >
|
<div class="table-responsive" id="branch_table" >
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Branch Name</th>
|
<th>Branch Name</th>
|
||||||
<th>Branch Code</th>
|
<th>Branch Code</th>
|
||||||
|
|||||||
@ -75,7 +75,7 @@
|
|||||||
<div class="table-responsive" id="branch_table" >
|
<div class="table-responsive" id="branch_table" >
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>S.NO</th>
|
<th>S.NO</th>
|
||||||
<th>Policy Type</th>
|
<th>Policy Type</th>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<div class="table-responsive" id="branch_table" >
|
<div class="table-responsive" id="branch_table" >
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0" id="table-kyc-docs">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0" id="table-kyc-docs">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>File Name</th>
|
<th>File Name</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
|
|||||||
@ -594,7 +594,6 @@ a.app-badge-secondary:focus, a.app-badge-secondary.focus {
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
border-top: 0px solid #fff !important;
|
border-top: 0px solid #fff !important;
|
||||||
border-bottom: 0px solid #fff !important;
|
border-bottom: 0px solid #fff !important;
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -898,7 +897,8 @@ a.app-badge-secondary:focus, a.app-badge-secondary.focus {
|
|||||||
|
|
||||||
/* Apply to normal inputs and selects */
|
/* Apply to normal inputs and selects */
|
||||||
input,
|
input,
|
||||||
select {
|
select,
|
||||||
|
textarea {
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
box-shadow: 0px 2px 4px 0px #00000024 !important;
|
box-shadow: 0px 2px 4px 0px #00000024 !important;
|
||||||
border-color: #ffff !important;
|
border-color: #ffff !important;
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<div class="table-responsive" id="branch_table" >
|
<div class="table-responsive" id="branch_table" >
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0" id="table-policies">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0" id="table-policies">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Insurer</th>
|
<th>Insurer</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<div class="table-responsive" id="branch_table" >
|
<div class="table-responsive" id="branch_table" >
|
||||||
|
|
||||||
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
<table data-custom-table-css="table" class="table table-borderless table-nowrap mb-0">
|
||||||
<thead class="thead-light">
|
<thead class="">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Branch Name</th>
|
<th>Branch Name</th>
|
||||||
<th>Branch Code</th>
|
<th>Branch Code</th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user