Skip to content

Instantly share code, notes, and snippets.

@niisar
Created May 31, 2014 06:16
Show Gist options
  • Save niisar/827a9b352a2b1435db18 to your computer and use it in GitHub Desktop.
Save niisar/827a9b352a2b1435db18 to your computer and use it in GitHub Desktop.
itext
.itext
{
border:1px solid #999;
-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
margin:0;
padding:5px;
background: #fff;
background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment