skip to Main Content

Bootstrap btn-primary blue text – Twitter bootstrap

I am using twitter bootstrap in my .aspx page, the btn-primary show text as blue instead of white. <asp:LinkButton ID="btnConfirm" runat="server" Text="Confirm" CausesValidation="true" ValidationGroup="req" CssClass="btn btn-primary" OnClick="btnConfirm_Click"></asp:LinkButton> but the btn-default looks as expected. What is the problem? any help will…

VIEW QUESTION
Back To Top
Search