From 00d756b4d1d418cd8f100cdf8e3910040a6f1d67 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 15 Sep 2015 18:11:44 +0200 Subject: [PATCH] adjust multiselect bar to controls bar, fix #18989 --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;