aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-27 17:59:48 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-27 17:59:48 +0200
commita18658fa7fd142e14d0c3ffbba7bd1118045d03d (patch)
treeec22f9c0aed1b4478af0956f36055f8733d2096b /apps/files/css
parent44e1bfb0ea9ece8720850e3cc0768ad0d7a4ecc9 (diff)
parentb86b7fd143bc7ec0a23164502016c1091e3434ca (diff)
downloadnextcloud-server-a18658fa7fd142e14d0c3ffbba7bd1118045d03d.tar.gz
nextcloud-server-a18658fa7fd142e14d0c3ffbba7bd1118045d03d.zip
Merge pull request #9256 from owncloud/design-mobile-shared
show share action of shared items darker to distinguish from non-shared,...
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/mobile.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 04a9a3079e8..fe876899b4a 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 {