summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 15:40:52 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 15:40:52 +0200
commit2a9fb130ecab239e19b8ee85e1873275e90b4d63 (patch)
treeee80c2c19678ab07d8ce56df3a65fa5855280c01
parent2a1fcb1eb35b10a38543dfba5d89197895f11639 (diff)
downloadnextcloud-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.css3
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;