Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created March 4, 2016 23:34
Show Gist options
  • Save csssecrets/71088b238a7059bc223d to your computer and use it in GitHub Desktop.
Save csssecrets/71088b238a7059bc223d to your computer and use it in GitHub Desktop.
box-shadow removes slider track in Chrome
/**
* box-shadow removes slider track in Chrome
*/
input {
box-shadow: 0 0 5px red;
}
<input type=range />
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment