diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 18:11:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 18:11:44 +0200 |
commit | 00d756b4d1d418cd8f100cdf8e3910040a6f1d67 (patch) | |
tree | 9e5423837db649bc2eb819b7275592017e5df947 /apps/files/css | |
parent | 9883d5b85d8ae1e2d1d58b345c96a0563e112b97 (diff) | |
download | nextcloud-server-00d756b4d1d418cd8f100cdf8e3910040a6f1d67.tar.gz nextcloud-server-00d756b4d1d418cd8f100cdf8e3910040a6f1d67.zip |
adjust multiselect bar to controls bar, fix #18989
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 05033dc2fed..3bd1840687f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -254,7 +254,7 @@ table thead th { background-color: #fff; } table.multiselect thead th { - background-color: rgba(248,248,248,.8); /* #f8f8f8 like other hover style */ + background-color: rgba(255, 255, 255, 0.95); /* like controls bar */ color: #000; font-weight: bold; border-bottom: 0; |