Fix permanent display of favorite icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-08-25 14:25:21 +02:00
parent 7b8bd8188e
commit ee69a29f2f
1 changed files with 6 additions and 0 deletions

View File

@ -617,6 +617,12 @@ a.action > img {
opacity: .7;
}
#fileList .action.action-favorite.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
#fileList .fileActionsMenu a.action:hover,
#fileList .fileActionsMenu a.action:focus,
/* show share action of shared items darker to distinguish from non-shared */