summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-21 19:26:01 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-23 18:18:14 +0200
commitd169e3fd596928ae2e43aaeb9e42b5e827d61a11 (patch)
tree5fcdf193ce59f505760f76ba635fa44941dcd34a /apps/files_sharing/css
parentf41f4f1932642774de65895c9a2019376a27bb08 (diff)
downloadnextcloud-server-d169e3fd596928ae2e43aaeb9e42b5e827d61a11.tar.gz
nextcloud-server-d169e3fd596928ae2e43aaeb9e42b5e827d61a11.zip
Removed unused filter for opacity, fix #6408
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 6d9fcf14efc..652d36f77db 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -97,8 +97,6 @@ thead {
.directLink label {
font-weight: normal;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
opacity: .5;
}
.directLink input {