[Pkg-owncloud-commits] [owncloud] 37/66: unset box-shadow for mobile devices, unsupported in all but the latest mobile browsers
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 22:49:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.15
in repository owncloud.
commit b6db4e9930cd8c0216ebe008243aaa916134dc90
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 19 13:09:52 2014 +0100
unset box-shadow for mobile devices, unsupported in all but the latest mobile browsers
---
apps/files_sharing/css/mobile.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css
index 7d2116d..e76c20c 100644
--- a/apps/files_sharing/css/mobile.css
+++ b/apps/files_sharing/css/mobile.css
@@ -5,6 +5,10 @@
position: absolute !important;
}
+#controls {
+ box-shadow: initial;
+}
+
/* hide size and date columns */
table th#headerSize,
table td.filesize,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list