Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created May 17, 2014 08:08
Show Gist options
  • Save nixon1333/cc16999163883f0b9b26 to your computer and use it in GitHub Desktop.
Save nixon1333/cc16999163883f0b9b26 to your computer and use it in GitHub Desktop.
Remove selectbox dropdown arrow in IE
.people-search::-ms-expand {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment