From d0d6d973a9672e2da874e79836a6cc78cd73892d Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Mon, 11 Feb 2013 12:35:39 +0100
Subject: [PATCH] Share: fix table head color for public shared folders

---
 apps/files_sharing/css/public.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 110a0028a0..13f42b130d 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -68,3 +68,7 @@ p.info a {
 	max-height:100%;
 	max-width:100%;
 }
+
+thead{
+	background-color: white;
+}
-- 
GitLab