-
-
Save rickcnagy/385458993cfcc8a81258 to your computer and use it in GitHub Desktop.
CSS only version of qsTextAreas
This file contains 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
.qsform textarea { | |
font-family: inherit; | |
font-size: 1em; | |
width: 97%; | |
border: 1px solid grey; | |
padding: 5px 0px 5px 5px; | |
border-radius: 4px; | |
height: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment