Skip to content

Instantly share code, notes, and snippets.

@jp26jp
Created June 27, 2016 16:40
Show Gist options
  • Save jp26jp/462afbeaeb5d51b2d6640f99cd02be29 to your computer and use it in GitHub Desktop.
Save jp26jp/462afbeaeb5d51b2d6640f99cd02be29 to your computer and use it in GitHub Desktop.
Fixes inputs for 3rd party services in Muse
<style>
input[type='text'] {
-webkit-appearance:textfield;
}
input[type='radio'] {
-webkit-appearance:radio;
}
input[type='checkbox'] {
-webkit-appearance:checkbox;
}
button {
-webkit-appearance:button;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment