diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 19:26:01 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-23 18:18:14 +0200 |
commit | d169e3fd596928ae2e43aaeb9e42b5e827d61a11 (patch) | |
tree | 5fcdf193ce59f505760f76ba635fa44941dcd34a /core/search | |
parent | f41f4f1932642774de65895c9a2019376a27bb08 (diff) | |
download | nextcloud-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 'core/search')
-rw-r--r-- | core/search/css/results.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css index e55c2926fd7..2e3791a47f0 100644 --- a/core/search/css/results.css +++ b/core/search/css/results.css @@ -88,8 +88,6 @@ color: #545454; } #searchresults .path { - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; - filter: alpha(opacity=50); opacity: .5; } #searchresults .text em { |