Merge pull request #859 from jitsi/change-ringing-background

Ringing background changed to gradient
This commit is contained in:
Дамян Минков 2016-09-13 16:53:32 -05:00 committed by GitHub
commit c609cd0ace
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
height: 100%;
position: fixed;
z-index: $overlayZ;
//background: linear-gradient(transparent, #000);
background: $defaultBackground; /* Old browsers */
background: linear-gradient(transparent, #000);
opacity: 0.8;
&__content {