This might be nitpicking, and something brought over from vbookie, and maybe you've already addressed this with your larger plans going forward.
It looks like on the main "sportsbook" page/route, that the list of events is using the "sportsBookContent" div container, which looks nice, and I don't have a problem with.
But the individual event page, that lists the outcomes for the event, uses a table (class="dataTable") and I don't think the table headers' color markup is quite right.
Wasn't sure if you were planning to convert that page to table-less HTML in the future (maybe using sportsBookContent), or if I should just fix it with EXTRA.css?
This only seems to appear on darker themes (Flexile), and maybe it just requires a color swatch change, but the normal sportsBookContent div looks fine.
This is what I'm using to fix the table header text color.
It looks like on the main "sportsbook" page/route, that the list of events is using the "sportsBookContent" div container, which looks nice, and I don't have a problem with.
But the individual event page, that lists the outcomes for the event, uses a table (class="dataTable") and I don't think the table headers' color markup is quite right.
Wasn't sure if you were planning to convert that page to table-less HTML in the future (maybe using sportsBookContent), or if I should just fix it with EXTRA.css?
This only seems to appear on darker themes (Flexile), and maybe it just requires a color swatch change, but the normal sportsBookContent div looks fine.
This is what I'm using to fix the table header text color.
Code:
.dataTable tr.dataRow th {color: rgb(252, 252, 252) !important}
Upvote
0