Browse Source

Patients table th color fix

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
a3389eef67

+ 16 - 16
resources/views/app/admin/patients-table-extended.blade.php

@@ -11,36 +11,36 @@
     <table class="table p-0 m-0 table-sm table-striped table-bordered border-bottom text-nowrap">
         <thead class="bg-light">
         <tr>
-        <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Status', 'key' => 'client_engagement_status_category'])</th>
-            <th class="border-0 width-90px">#</th>
+            <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Status', 'key' => 'client_engagement_status_category'])</th>
+            <th class="border-0 width-90px text-secondary">#</th>
             <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Name', 'key' => 'name_first'])</th>            
             @if($pro->pro_type == 'ADMIN')
-                <th class="border-0">MCP</th>
+                <th class="border-0 text-secondary">MCP</th>
                 {{--<th class="border-0">NA</th>--}}
                 {{--<th class="border-0">Initiative</th>--}}
                 {{--<th class="border-9">Status</th>--}}
                 {{--<th class="border-0">Source</th>--}}
             @endif
-            <th class="border-0">Mailing Address State</th>
-            <th class="border-0">Insurance</th>
+            <th class="border-0 text-secondary">Mailing Address State</th>
+            <th class="border-0 text-secondary">Insurance</th>
             @if($performer->pro->pro_type == 'ADMIN')
-                <th class="border-0">Ded.</th>
+                <th class="border-0 text-secondary">Ded.</th>
             @endif
-            <th class="border-0">Age</th>
+            <th class="border-0 text-secondary">Age</th>
             <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Last Visit', 'key' => 'most_recent_completed_mcp_note_date'])</th>
-            <th class="border-0"></th>
-            <th class="border-0">Notes</th>
-            <th class="border-0">Next Appt.</th>
+            <th class="border-0 text-secondary"></th>
+            <th class="border-0 text-secondary">Notes</th>
+            <th class="border-0 text-secondary">Next Appt.</th>
             <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'BP/Pulse Timestamp', 'key' => 'most_recent_cellular_bp_measurement_at'])</th>
             <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Weight Timestamp', 'key' => 'most_recent_cellular_weight_measurement_at'])</th>
             <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("admin.patients"), 'label' => 'Created', 'key' => 'created_at'])</th>
-            <th class="border-0">Assigned On</th>
-            <th class="border-0">NA</th>
+            <th class="border-0 text-secondary">Assigned On</th>
+            <th class="border-0 text-secondary">NA</th>
                         
-            <th class="border-0">Temp. Gun</th>
-            <th class="border-0">Pulse Ox.</th>
-            <th class="border-0">Cell. Bp</th>
-            <th class="border-0">Wt. Scale</th>
+            <th class="border-0 text-secondary">Temp. Gun</th>
+            <th class="border-0 text-secondary">Pulse Ox.</th>
+            <th class="border-0 text-secondary">Cell. Bp</th>
+            <th class="border-0 text-secondary">Wt. Scale</th>
 
 
             {{--<th class="border-0">DOB</th>--}}

+ 1 - 1
resources/views/app/mcp/patients-table.blade.php

@@ -2,7 +2,7 @@
 	<table class="table table-striped p-0 m-0 table-sm border-top border-bottom text-nowrap table-bordered">
 		<thead class="bg-light">
 			<tr>
-				<th class="border-0">#</th>
+				<th class="border-0 text-secondary">#</th>
 				<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Name', 'key' => 'name_first'])</th>
 				<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'DOB', 'key' => 'dob'])</th>
 				<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Age', 'key' => 'age_in_years'])</th>