summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css4
-rw-r--r--apps/files/css/mobile.css8
2 files changed, 10 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4a56490fe0f..25a3df53050 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -616,13 +616,13 @@ a.action > img {
}
/* show share action of shared items darker to distinguish from non-shared */
-#fileList a.action.permanent.shared-style {
+#fileList a.action.permanent.shared-style,
+#fileList a.action.action-favorite.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
filter: alpha(opacity=70) !important;
opacity: .7 !important;
}
/* always show actions on mobile, not only on hover */
-#fileList a.action,
#fileList a.action.action-menu.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
filter: alpha(opacity=30) !important;
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index c5507a1e268..0641304d211 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -43,6 +43,14 @@ table td.filename .nametext {
#fileList a.action-share span {
display: none;
}
+#fileList a.action.action-favorite {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
+ opacity: .7 !important;
+}
+#fileList a.action.action-favorite {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
+ opacity: .3 !important;
+}
/* ellipsis on file names */
table td.filename .nametext .innernametext {