Skip to content

Instantly share code, notes, and snippets.

@drublic
Created February 29, 2012 15:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drublic/1941783 to your computer and use it in GitHub Desktop.
Save drublic/1941783 to your computer and use it in GitHub Desktop.
Pseudo-elements for select
/**
* Pseudo-elements for select
*/
select {
-webkit-appearance: none;
}
select:after {
content: 'abc';
}
<select>
<option>Option 1</option>
</select>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment