Skip to content

Instantly share code, notes, and snippets.

@ttopholm
Created August 4, 2011 22:08
Show Gist options
  • Save ttopholm/1126421 to your computer and use it in GitHub Desktop.
Save ttopholm/1126421 to your computer and use it in GitHub Desktop.
CSS for settings background on iPhone
.stripe
{
background-image:-webkit-gradient(linear, left top, right top,color-stop(.71428571428571, #c5ccd4),color-stop(.71428571428571, #cbd2d8),color-stop(1, #cbd2d8));
-webkit-background-size: 7px 7px;
min-height: 387px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment