Skip to content

Instantly share code, notes, and snippets.

@mvilrokx
Created December 9, 2012 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvilrokx/4245631 to your computer and use it in GitHub Desktop.
Save mvilrokx/4245631 to your computer and use it in GitHub Desktop.
Style an input field for Voice Input only
#speech-button{
font-size: 250%;
border: none;
outline: none;
width: 42px;
cursor: pointer;
@include border-radius(10px);
text-indent: -9999px;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment