]> source.dussan.org Git - nextcloud-server.git/commitdiff
more subtle hover effect on sortable column, text instead of background
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 14:23:22 +0000 (16:23 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 14:23:22 +0000 (16:23 +0200)
apps/files/css/files.css

index 2eb668f11ca5656eb0a4c4d4d8ce18c9752c38e1..e3a6f8aa137c8538e69edfdce8d824f608fcea8a 100644 (file)
@@ -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;