From 3b4004f9e5da6cba878eddc4db97a5d38c0dc5d8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 16:23:22 +0200 Subject: [PATCH] more subtle hover effect on sortable column, text instead of background --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2eb668f11ca..e3a6f8aa137 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -180,7 +180,7 @@ table th .columntitle.name { } /* hover effect on sortable column */ table th a.columntitle:hover { - background-color: #F0F0F0; + color: #000; } table th .sort-indicator { width: 10px; -- 2.39.5