Fix permanent display of favorite icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
7b8bd8188e
commit
ee69a29f2f
1 changed files with 6 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue