Browse Source

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

Ringing background changed to gradient
master
Дамян Минков 9 years ago
parent
commit
c609cd0ace
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      css/ringing/_ringing.scss

+ 1
- 2
css/ringing/_ringing.scss View File

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

Loading…
Cancel
Save