Created
October 12, 2016 13:25
-
-
Save tankbar/f5799cac687daac0e9a6db3a4befb089 to your computer and use it in GitHub Desktop.
Styling classes for Gravity Forms
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
/*-------------------------------------------------------------------------*/ | |
/* Gravity Forms | |
/*-------------------------------------------------------------------------*/ | |
.gform_wrapper { | |
input[type=text], | |
input[type=url], | |
input[type=email], | |
input[type=tel], | |
input[type=number], | |
input[type=password] { | |
&:active, | |
&:focus { | |
} | |
} | |
textarea { | |
&:active, | |
&:focus { | |
} | |
} | |
input[type=text] { | |
&:hover { | |
} | |
} | |
select { | |
} | |
.gform_footer { | |
input.button, | |
input[type=submit]{ | |
&:hover { | |
} | |
} | |
} | |
.message { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment