Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created May 11, 2015 13:13
Show Gist options
  • Select an option

  • Save jitendravyas/cfaa9bb8c8e26fc83853 to your computer and use it in GitHub Desktop.

Select an option

Save jitendravyas/cfaa9bb8c8e26fc83853 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
.css-class {
input[type="text"],
input[type="date"],
select {
border: 0;
box-shadow:none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
}
.css-class input[type="text"],
.css-class input[type="date"],
.css-class select {
border: 0;
box-shadow: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment