improved style of shared entry

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-11-23 15:25:48 +01:00
parent 3bb3296c53
commit 6281607d7a
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 8 additions and 3 deletions

View File

@ -652,7 +652,7 @@ html.ie8 .column-mtime .selectedActions {
#fileList .name:focus a.action:focus {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 7;
opacity: .7;
display:inline;
}
#fileList tr a.action.disabled {
@ -660,8 +660,13 @@ html.ie8 .column-mtime .selectedActions {
}
/* show share action of shared items darker to distinguish from non-shared */
#fileList a.action.permanent.shared-style,
#fileList a.action.action-favorite.permanent {
#fileList a.action.action-share.permanent.shared-style,
#fileList a.action.action-favorite.permanent,
/* show hovered permanent entries darker */
#fileList tr a.action.action-share.permanent:hover,
#fileList tr a.action.action-share.permanent:focus,
#fileList tr a.action.action-menu.permanent:hover,
#fileList tr a.action.action-menu.permanent:focus {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
filter: alpha(opacity=70) !important;
opacity: .7 !important;