You are here

signature.css in Signature Field 8

.signature {
    border:1px solid #CCC;
    background: rgb(240, 240, 240);
    text-align: center;
    padding: 15px 0;
}

.signature canvas  {
    background:#FFF;
    border-bottom:2px dotted #999;
}

File

css/signature.css
View source
  1. .signature {
  2. border:1px solid #CCC;
  3. background: rgb(240, 240, 240);
  4. text-align: center;
  5. padding: 15px 0;
  6. }
  7. .signature canvas {
  8. background:#FFF;
  9. border-bottom:2px dotted #999;
  10. }