style contact form
This commit is contained in:
parent
a514a66e4e
commit
ff12b669cd
44
style.css
44
style.css
@ -43,4 +43,48 @@ Version: 0.1
|
||||
padding: 1em;
|
||||
width: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
/* style contact form */
|
||||
.visual-form-builder label, label.vfb-desc {
|
||||
color: #055CAD;
|
||||
font-size: 16px;
|
||||
padding: 0 0 13px 0;
|
||||
}
|
||||
|
||||
.vfb-legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form.visual-form-builder {
|
||||
position: relative;
|
||||
margin: 20px 0;
|
||||
background: 0;
|
||||
list-style: none;
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
text-shadow: none;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.visual-form-builder fieldset {
|
||||
background-color: #ffffff;
|
||||
border: 0px solid #d3d3d3;
|
||||
}
|
||||
|
||||
.visual-form-builder input[type="submit"] {
|
||||
background: #055CAD;
|
||||
outline: none;
|
||||
border-bottom: 3px solid #055CAD;
|
||||
|
||||
border: none;
|
||||
border-bottom-width: medium;
|
||||
border-bottom-style: none;
|
||||
border-bottom-color: currentcolor;
|
||||
border-bottom: 3px solid #055CAD;
|
||||
border-radius: 2px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
padding: 11px 24px 10px;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user