From 2a9fb130ecab239e19b8ee85e1873275e90b4d63 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Wed, 2 Jul 2014 15:40:52 +0200 Subject: [PATCH] make sure table header is white instead of slightly grey --- apps/files/css/files.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3eec7ba905..9163f860cb 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; -- GitLab