From 6fbf4d8548133dff4419e5e2e0c649f49e177669 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 26 May 2014 11:52:42 +0200 Subject: Fix table header colors Table headers should be 999 even when using links (introduced by the sorting feature) When selecting with checkboxes, they must appear black. --- apps/files/css/files.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 731dd7a23e7..0bcea2eceaf 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -151,7 +151,13 @@ tr:hover span.extension { } table tr.mouseOver td { background-color:#eee; } -table th { height:24px; padding:0 8px; color:#999; } +table th { height:24px; padding:0 8px; } +table th, table th a { + color: #999; +} +table.multiselect th a { + color: #000; +} table th .columntitle { display: inline-block; padding: 15px; -- cgit v1.2.3