Visual Customization
Download sample CSS file
The visual customization of the web signing application is done with CSS. Here is a easy guide that shows which elements can be customized :
-customize the top bar :
.mainColorBackgroundMixin
{
background-color: red !important;
}
-customize the "Next" button :
#buttonNext
{
background-color: green;
color: yellow;
}
-customize the "Reject" button :
#buttonReject
{
background-color: white;
color: red;
}
-customize the "Finish" button :
#buttonFinish
{
background-color: fuchsia;
}