Created
August 14, 2017 20:16
-
-
Save meydjer/efda84f5979f51e607a2071dc3a9885f to your computer and use it in GitHub Desktop.
Lastform material style inputs
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
.lf-input-text, | |
.lf-input-number, | |
.lf-input-phone, | |
.lf-input-date, | |
.lf-input-time, | |
.lf-input-terminal-number, | |
.lf-input-select, | |
.lf-input-multiselect-wrapper, | |
.lf-input-fileupload, | |
.lf-jumper-field, | |
.lf-input-textarea, | |
.Select-control { | |
border-top-width: 0 !important; | |
border-left-width: 0 !important; | |
border-right-width: 0 !important; | |
border-style: solid !important; | |
border-radius: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment