summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 13:40:57 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 13:40:57 +0100
commite2977ff4c1e7b5b1c678a91550bc3e42ffd26d64 (patch)
treef7c21622d513adee3ab4115a3dcdc858f796bb2c /apps/files
parentc7cf0d0386036aba138a9279e09ea09a1fc206a1 (diff)
downloadnextcloud-server-e2977ff4c1e7b5b1c678a91550bc3e42ffd26d64.tar.gz
nextcloud-server-e2977ff4c1e7b5b1c678a91550bc3e42ffd26d64.zip
fix favorite star flickering on empty state page
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index cf166003fb1..eb6fec4a97f 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -557,7 +557,9 @@ table tr.summary td {
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
#emptycontent .icon-starred {
- height: 50px;
+ height: 30px;
+ width: 30px;
+ margin: 0 auto 10px;
}
table.dragshadow {