File tree Expand file tree Collapse file tree
Features/PropertyManagement/Repairs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <div class =" row" >
2626 <div class =" col-lg-8" >
2727 <div class =" card" >
28- <div class =" card-header bg-light " >
28+ <div class =" card-header" >
2929 <h5 class =" card-title mb-0" >Repair Information</h5 >
3030 </div >
3131 <div class =" card-body" >
188188 </div >
189189
190190 <div class =" col-lg-4" >
191- <div class =" card bg-light " >
191+ <div class =" card" >
192192 <div class =" card-body" >
193193 <h6 class =" card-title" ><i class =" bi bi-info-circle me-2" ></i >About Repairs</h6 >
194194 <p class =" card-text small" >
Original file line number Diff line number Diff line change 351351 }
352352 }
353353
354- private void NavigateToEdit () => Navigation .NavigateTo ($" /propertymanagement/repairs/edit/ {Id }" );
354+ private void NavigateToEdit () => Navigation .NavigateTo ($" /propertymanagement/repairs/{Id }/edit " );
355355 private void Back () => Navigation .NavigateTo (" /propertymanagement/repairs" );
356356}
Original file line number Diff line number Diff line change 5757 --bs-emphasis-color : # 25344d !important ;
5858}
5959
60+ /* Table text color for Obsidian dark theme */
61+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] table ,
62+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] .table ,
63+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] table thead ,
64+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] table tbody ,
65+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] table th ,
66+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ] table td {
67+ color : whitesmoke !important ;
68+ }
69+
70+ /* Override Bootstrap's table text color more specifically */
71+ [data-bs-theme = "dark" ][data-brand-theme = "obsidian" ]
72+ .table
73+ > : not (caption )
74+ > *
75+ > * {
76+ color : whitesmoke !important ;
77+ }
78+
6079/* ========================================
6180 BRAND THEME: TEAL
6281 Override Bootstrap CSS variables with Teal colors
You can’t perform that action at this time.
0 commit comments