Many thanks for your fast reply Karl.
Strangely, your entries in my custom.css have no effect on my Files page. I use the default Files folder structure (_files/css/custom.css).
Somehow, loading the custom css in index.php (current v0.4.1 and also tried older versions) seems not to be taken into account.
Only after replacing line 1871 in index.php <?php get_include('css/custom.css'); ?>
with the direct customisation
<style>
.files-a {
box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
}
</style>
the box-shadow takes effect.
But I also can't rule out that the problem is behind the computer, because I have little experience with css and website creation. 😅 But the small detour directly via the index.php is satisfactory for me for now.
Keep up the great work. Your Files app is stunning, nice and fast and easy to use! 😃