summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-18 15:52:05 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-18 15:52:05 +0200
commit3325fb4cdd2982b442558efbae4b068739517bc9 (patch)
tree7cf4c0d80695236fc442abc37a08340ac227a420 /apps/files/css
parentd62cffbc9a47839ae922c8c06a6cc25008ff5ec5 (diff)
parent00d756b4d1d418cd8f100cdf8e3910040a6f1d67 (diff)
downloadnextcloud-server-3325fb4cdd2982b442558efbae4b068739517bc9.tar.gz
nextcloud-server-3325fb4cdd2982b442558efbae4b068739517bc9.zip
Merge pull request #19058 from owncloud/multiselect-bar-style
adjust multiselect bar to controls bar, fix #18989
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index df23f415129..c0701fb18b8 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -250,7 +250,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;