From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 14:23:22 +0000 (+0200) Subject: more subtle hover effect on sortable column, text instead of background X-Git-Tag: v7.0.0alpha2~152^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b4004f9e5da6cba878eddc4db97a5d38c0dc5d8;p=nextcloud-server.git more subtle hover effect on sortable column, text instead of background --- 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;