Merge pull request #10054 from nextcloud/controls-bg
Fix controls background
This commit is contained in:
commit
501ee33554
|
@ -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 New Issue