aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:08:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:08:15 +0200
commit019e1b1065718a859765716cd2f355ecbdfd8fa0 (patch)
tree2ea8e61741088a0b1269b3feb5b2cfea1d597db5 /apps/files
parentc3cc49d899acd0e2c200cf7360a50dd0d63f14d5 (diff)
parentd04564fb76160d6350c5a878ea9bb3d432040d13 (diff)
downloadnextcloud-server-019e1b1065718a859765716cd2f355ecbdfd8fa0.tar.gz
nextcloud-server-019e1b1065718a859765716cd2f355ecbdfd8fa0.zip
Merge pull request #9365 from owncloud/design-controls-polish
Design controls polish
Diffstat (limited to 'apps/files')
-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;