From b86b7fd143bc7ec0a23164502016c1091e3434ca Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 27 Jun 2014 15:39:54 +0200 Subject: [PATCH] show share action of shared items darker to distinguish from non-shared, fix #8898 --- apps/files/css/mobile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 04a9a3079e..fe876899b4 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -40,6 +40,12 @@ table td.filename .nametext { opacity: .2 !important; display: inline !important; } +/* show share action of shared items darker to distinguish from non-shared */ +#fileList a.action.permanent { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important; + filter: alpha(opacity=70) !important; + opacity: .7 !important; +} /* do not show Rename or Versions on mobile */ #fileList .action.action-rename, #fileList .action.action-versions {