We should always show permanent actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
de807fd882
commit
b89aafc241
1 changed files with 3 additions and 7 deletions
|
@ -662,20 +662,16 @@ html.ie8 .column-mtime .selectedActions {
|
|||
|
||||
/* show share action of shared items darker to distinguish from non-shared */
|
||||
#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 {
|
||||
#fileList tr a.action.action.permanent:hover,
|
||||
#fileList tr a.action.action.permanent:focus {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
|
||||
filter: alpha(opacity=70) !important;
|
||||
opacity: .7 !important;
|
||||
display:inline;
|
||||
}
|
||||
/* always show actions on mobile, not only on hover */
|
||||
#fileList a.action.action-share.permanent,
|
||||
#fileList a.action.action-menu.permanent {
|
||||
#fileList a.action.permanent {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
|
||||
filter: alpha(opacity=30) !important;
|
||||
opacity: .3 !important;
|
||||
|
|
Loading…
Reference in a new issue