no box-shadow for public share download button

This commit is contained in:
Jan-Christoph Borchardt 2013-01-31 15:21:50 +01:00
parent 300ecc2ed2
commit f0ca8eeba4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hov
background:rgba(250,250,250,.9); color:#333;
}
input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; }
#header .button { border:none; }
#header .button { border:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
/* Primary action button, use sparingly */
.primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {