diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-24 00:00:33 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-24 00:00:33 +0200 |
commit | dfecdb9700625fecc7d51eb535dd25b1bba23948 (patch) | |
tree | 52ef20214086921320ad5901ec17e7a5142fb8a2 /apps/files_sharing/css | |
parent | f363bde121c598a701d97539e65358a5879c3b70 (diff) | |
download | nextcloud-server-dfecdb9700625fecc7d51eb535dd25b1bba23948.tar.gz nextcloud-server-dfecdb9700625fecc7d51eb535dd25b1bba23948.zip |
Remove uneeded vendor prefixes
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 12c992ecdcc..8beed4e435d 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -9,12 +9,10 @@ body height: 2.5em; left: 0; line-height: 2.5em; - moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; padding: .5em; position: fixed; right: 0; top: 0; - webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; z-index: 100; } #details |