Skip to content

Instantly share code, notes, and snippets.

@stefang
Created August 25, 2009 09:27
Show Gist options
  • Save stefang/174591 to your computer and use it in GitHub Desktop.
Save stefang/174591 to your computer and use it in GitHub Desktop.
.button {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
-moz-border-radius-bottomleft:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-topright:4px !important;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
background:#E1DDDD url(../images/button_grey.png) repeat-x scroll center center !important;
border:2px solid #777777;
color:#444444;
display:block;
font-size:16px !important;
font-weight:bold;
margin:0 !important;
padding:6px 10px 8px !important;
text-shadow:0 1px 1px #FFFFFF;
font-family:Calibri,Helvetica,'Liberation Sans',FreeSans,Arial,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment