diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 15:40:52 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 15:40:52 +0200 |
commit | 2a9fb130ecab239e19b8ee85e1873275e90b4d63 (patch) | |
tree | ee80c2c19678ab07d8ce56df3a65fa5855280c01 | |
parent | 2a1fcb1eb35b10a38543dfba5d89197895f11639 (diff) | |
download | nextcloud-server-2a9fb130ecab239e19b8ee85e1873275e90b4d63.tar.gz nextcloud-server-2a9fb130ecab239e19b8ee85e1873275e90b4d63.zip |
make sure table header is white instead of slightly grey
-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 3eec7ba9054..9163f860cb3 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; |