BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
|
<style type="text/css">
.test {
color: red;
background-color: green;
}
.test .e-box.e-left .e-item.e-select{
background-color: green;
}
.test .e-box.e-left .e-item.e-select .e-link{
color:red;
}
</style> |
<style type="text/css">
.test {
color: red;
background-color: green;
}
.test .e-box.e-left .e-item.e-select{
background-color: bisque;
}
.test .e-box.e-left .e-item.e-select .e-link{
color:red;
}
.test .e-box.e-left .e-item.e-active{
border-left: 1px solid #c8c8c8;
}
</style> |