Last active
August 24, 2017 21:46
-
-
Save tonyla/25b3c84db22264bd4dd58c1d798dd435 to your computer and use it in GitHub Desktop.
Wufoo Library Processing Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wufoo .nolabel label { | |
display: none; | |
} | |
input.text, input.search, textarea.textarea { | |
-webkit-border-radius: 10px; | |
-moz-border-radius: 10px; | |
border-radius: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment