diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-23 14:44:53 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-23 14:44:53 +0100 |
commit | 3bb3296c5364bfbcbf96179356001ff4cab2c720 (patch) | |
tree | deeaa354e79101bbfc5983533f5d5bb9621621cb | |
parent | f692ea34f1f1ce128ad40e3bf248c6342260c6c1 (diff) | |
download | nextcloud-server-3bb3296c5364bfbcbf96179356001ff4cab2c720.tar.gz nextcloud-server-3bb3296c5364bfbcbf96179356001ff4cab2c720.zip |
make the share icon in the filelist visible again
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index c0460ff6058..a9e3c4e0c4e 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -668,6 +668,7 @@ html.ie8 .column-mtime .selectedActions { display:inline; } /* always show actions on mobile, not only on hover */ +#fileList a.action.action-share.permanent, #fileList a.action.action-menu.permanent { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important; filter: alpha(opacity=30) !important; |