Reputation: 331
I just updated from ASP.NET Ajax 1.0 to 4, and now the HeaderText
in all my TabPanels is blue. I tried setting the ForeColor
and the Color
properties, but no luck.
How do I change my HeaderText
back to black?
Upvotes: 0
Views: 2797
Reputation: 22468
Add this style to page header: a.ajax__tab_tab{ color: #000 !important; }
Upvotes: 1