Merge pull request #19058 from owncloud/multiselect-bar-style

adjust multiselect bar to controls bar, fix #18989
This commit is contained in:
Thomas Müller 2015-09-18 15:52:05 +02:00
commit 3325fb4cdd
1 changed files with 1 additions and 1 deletions

View File

@ -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;