diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-27 23:09:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-27 23:09:32 +0200 |
commit | 589b066c4cc4bd44539e2257b85f674f4832a140 (patch) | |
tree | d353ce348337de3309fd00b972ee998f2d1781f7 /apps/files/css/mobile.css | |
parent | 5479db63719de9b6341edcb2cb16ee7c7a3beff5 (diff) | |
download | nextcloud-server-589b066c4cc4bd44539e2257b85f674f4832a140.tar.gz nextcloud-server-589b066c4cc4bd44539e2257b85f674f4832a140.zip |
restore behavior where favorite stars only show up on hover, to not clutter the interface so much
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 { |