]> source.dussan.org Git - nextcloud-server.git/commitdiff
unset box-shadow for mobile devices, unsupported in all but the latest mobile browsers
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 19 Feb 2014 12:09:52 +0000 (13:09 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 19 Feb 2014 12:09:52 +0000 (13:09 +0100)
apps/files_sharing/css/mobile.css

index 7d2116d190dc542564310b9ef8618304b8e8f242..e76c20cc2bd8f427d39f35d27d6878c1a9f1890d 100644 (file)
@@ -5,6 +5,10 @@
        position: absolute !important;
 }
 
+#controls {
+       box-shadow: initial;
+}
+
 /* hide size and date columns */
 table th#headerSize,
 table td.filesize,