]> source.dussan.org Git - nextcloud-server.git/commitdiff
Share: fix table head color for public shared folders
authorRobin Appelman <icewind@owncloud.com>
Mon, 11 Feb 2013 11:35:39 +0000 (12:35 +0100)
committerRobin Appelman <icewind@owncloud.com>
Mon, 11 Feb 2013 11:35:39 +0000 (12:35 +0100)
apps/files_sharing/css/public.css

index 110a0028a0794b351ea31e49328361bd76538be7..13f42b130df5f48ad1211c8dbeb52b90ce5d06c9 100644 (file)
@@ -68,3 +68,7 @@ p.info a {
        max-height:100%;
        max-width:100%;
 }
+
+thead{
+       background-color: white;
+}