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