Skip to content

Instantly share code, notes, and snippets.

@descovi
Created May 25, 2012 15:08
Show Gist options
  • Save descovi/2788654 to your computer and use it in GitHub Desktop.
Save descovi/2788654 to your computer and use it in GitHub Desktop.
pulsanti ciccione
.ciccione {
width: 257px;
border-radius: 6px;
font-size: 18px;
padding: 18px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
color: #555;
border: 1px solid #CCC;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment