From 2a9fb130ecab239e19b8ee85e1873275e90b4d63 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 2 Jul 2014 15:40:52 +0200 Subject: make sure table header is white instead of slightly grey --- apps/files/css/files.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/files/css/files.css') diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3eec7ba9054..9163f860cb3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -205,6 +205,9 @@ table.multiselect thead { left: 250px; /* sidebar */ } +table thead th { + background-color: #fff; +} table.multiselect thead th { background-color: rgba(220,220,220,.8); color: #000; -- cgit v1.2.3