diff options
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 7 insertions, 1 deletions
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; |