Skip to content
Snippets Groups Projects
Commit b86b7fd1 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

show share action of shared items darker to distinguish from non-shared, fix #8898

parent 3b2fd5e4
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment