]> source.dussan.org Git - nextcloud-server.git/commitdiff
no box-shadow for public share download button
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 14:21:50 +0000 (15:21 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 14:21:50 +0000 (15:21 +0100)
core/css/styles.css

index ff09e4d0c0024c2e5b7035831194af22694e7890..d82bdd2db4afed80094b5603b79690d7d13ef20b 100644 (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 {