mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
Merge pull request #10054 from nextcloud/controls-bg
Fix controls background
This commit is contained in:
commit
501ee33554
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue