diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-31 15:21:50 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-31 15:21:50 +0100 |
commit | f0ca8eeba419391b1a4145cc0d24f47c83cc921b (patch) | |
tree | 41b3bbf648489902a3a75e120c5c1452c593eb04 /core | |
parent | 300ecc2ed25bf43347df80f2f59e2dfb39e92715 (diff) | |
download | nextcloud-server-f0ca8eeba419391b1a4145cc0d24f47c83cc921b.tar.gz nextcloud-server-f0ca8eeba419391b1a4145cc0d24f47c83cc921b.zip |
no box-shadow for public share download button
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index ff09e4d0c00..d82bdd2db4a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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 { |