Design and CSS styles
Version 3.x > Design and CSS styles > How an I edit the bixform button with css View modes: 
User avatar
Member
Member
Rrij - 8/22/2008 4:23:09 PM
   
How an I edit the bixform button with css
Hi, how can I edit the submit button with css?

I know that the other fields have theyr css class imput but what about the submit button?

Thanks

User avatar
Member
Member
kool - 8/28/2008 3:11:51 PM
   
RE:How an I edit the bixform button with css
input[ type="submit"]
{
// Your css code here....
}

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 9/1/2008 12:50:33 PM
   
RE:How an I edit the bixform button with css
Hello,

If you would need to apply styles only for the submit buttons of BizForm (and not the other submit buttons), you could also use the 'FormButton' class:

.FormButton
{
// Your css code here....
}

Best Regards,

Martin Dobsicek