Skip to content

Instantly share code, notes, and snippets.

@birarda
Created October 28, 2011 17:31
Show Gist options
  • Save birarda/1322827 to your computer and use it in GitHub Desktop.
Save birarda/1322827 to your computer and use it in GitHub Desktop.
background: transparent url(../images/toggle-icons-gradient.png) left bottom repeat-x;
background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 65%, rgba(239,239,239,1) 82%, rgba(239,239,239,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(65%,rgba(239,239,239,1)), color-stop(82%,rgba(239,239,239,1)), color-stop(100%,rgba(239,239,239,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 65%,rgba(239,239,239,1) 82%,rgba(239,239,239,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 65%,rgba(239,239,239,1) 82%,rgba(239,239,239,0) 100%); /* Opera 11.10+ */
background: linear-gradient(top, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 65%,rgba(239,239,239,1) 82%,rgba(239,239,239,0) 100%); /* W3C */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment