Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-11-23 16:44:53 +0300
committerRobin Appelman <robin@icewind.nl>2016-11-23 16:44:53 +0300
commit3bb3296c5364bfbcbf96179356001ff4cab2c720 (patch)
treedeeaa354e79101bbfc5983533f5d5bb9621621cb /apps/files/css/files.css
parentf692ea34f1f1ce128ad40e3bf248c6342260c6c1 (diff)
make the share icon in the filelist visible again
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css1
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;