[Pkg-owncloud-commits] [owncloud] 91/273: show share action of shared items darker to distinguish from non-shared, fix #8898

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit b86b7fd143bc7ec0a23164502016c1091e3434ca
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri Jun 27 15:39:54 2014 +0200

    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 04a9a30..fe87689 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list