Merge pull request #10054 from nextcloud/controls-bg

Fix controls background
This commit is contained in:
Morris Jobke 2018-06-29 15:24:27 +02:00 committed by GitHub
commit 501ee33554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ body {
height: 44px;
padding: 0;
margin: 0;
background-color: var(--color-main-background-light);
background-color: var(--color-main-background);
z-index: 60;
-webkit-user-select: none;
-moz-user-select: none;