diff options
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index b85fccce5a3..3bc6640481c 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -205,6 +205,9 @@ table.multiselect thead { left: 250px; /* sidebar */ } +table thead th { + background-color: #fff; +} table.multiselect thead th { background-color: rgba(220,220,220,.8); color: #000; |