make the share icon in the filelist visible again
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f692ea34f1
commit
3bb3296c53
1 changed files with 1 additions and 0 deletions
|
@ -668,6 +668,7 @@ html.ie8 .column-mtime .selectedActions {
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
/* always show actions on mobile, not only on hover */
|
/* always show actions on mobile, not only on hover */
|
||||||
|
#fileList a.action.action-share.permanent,
|
||||||
#fileList a.action.action-menu.permanent {
|
#fileList a.action.action-menu.permanent {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
|
||||||
filter: alpha(opacity=30) !important;
|
filter: alpha(opacity=30) !important;
|
||||||
|
|
Loading…
Reference in a new issue