Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚从 ASP.NET Ajax 1.0 更新到 4,现在HeaderText我所有的 TabPanel 都是蓝色的。我尝试设置ForeColor和Color属性,但没有运气。
HeaderText
ForeColor
Color
如何将我的HeaderText背部变成黑色?
将此样式添加到页眉:a.ajax__tab_tab{ color: #000 !important; }
a.ajax__tab_tab{ color: #000 !important; }