Table row background color not working in Bootstrap 5.3 #38730
Answered
by
ghanchi2000
ghanchi2000
asked this question in
Q&A
-
I have defined following css class .confirmTableHeader{ after applying it to table row color changing is not working |
Beta Was this translation helpful? Give feedback.
Answered by
ghanchi2000
Jun 8, 2023
Replies: 1 comment
-
Got the answer replaced background with --bs-table-bg now its working .confirmTableHeader{ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ghanchi2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got the answer
replaced background with --bs-table-bg now its working
.confirmTableHeader{
--bs-table-bg:#fdd0d0;
font-weight: 600;
}