]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix table header colors
authorVincent Petry <pvince81@owncloud.com>
Mon, 26 May 2014 09:52:42 +0000 (11:52 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 30 May 2014 08:06:29 +0000 (10:06 +0200)
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

index 731dd7a23e7e1d985f762bfde6038302dfc6017e..0bcea2eceaf3c18c7c3a45229103ec84e4cb0b84 100644 (file)
@@ -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;