Fix permanent display of favorite icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
7b8bd8188e
commit
ee69a29f2f
|
@ -617,6 +617,12 @@ a.action > img {
|
||||||
opacity: .7;
|
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:hover,
|
||||||
#fileList .fileActionsMenu a.action:focus,
|
#fileList .fileActionsMenu a.action:focus,
|
||||||
/* show share action of shared items darker to distinguish from non-shared */
|
/* show share action of shared items darker to distinguish from non-shared */
|
||||||
|
|
Loading…
Reference in New Issue