Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 4, 2016 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainnidhi/c212061c6f4e5b63b71f1afb7b7d3d15 to your computer and use it in GitHub Desktop.
Save jainnidhi/c212061c6f4e5b63b71f1afb7b7d3d15 to your computer and use it in GitHub Desktop.
Beaver Form Style 3
.form-style-3 .fl-input-group input,
.form-style-3 .fl-input-group textarea {
border-radius: 0;
padding: 20px 12px;
height: auto;
background-color: #eee;
margin-bottom: 10px;
font-size: 14px;
color: #000;
border: 0;
border-left: 4px solid #ff5e01;
}
.form-style-3 .fl-input-group input:focus,
.form-style-3 .fl-input-group textarea:focus {
border: 1px solid #ccc;
background-color: transparent;
}
.form-style-3 .fl-input-group input::-webkit-input-placeholder {
color: #000;
}
.form-style-3 .fl-input-group textarea::-webkit-input-placeholder {
color: #000;
}
.form-style-3 .fl-input-group {
margin-bottom: 20px;
}
.form-style-3 label {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment