Browse Source

Merge pull request #1085 from jitsi/video-thumbnail-hover

Update _variables.scss
master
yanas 8 years ago
parent
commit
d384cd77c6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      css/_variables.scss

+ 2
- 2
css/_variables.scss View File

@@ -39,7 +39,7 @@ $inputSemiBackground: rgba(132, 132, 132, .8);
39 39
 $inputLightBackground: #EBEBEB;
40 40
 
41 41
 // Video layout.
42
-$videoThumbnailHovered: #BFEBFF;
42
+$videoThumbnailHovered: rgba(22, 94, 204, .4);
43 43
 $videoThumbnailSelected: #165ECC;
44 44
 $participantNameColor: #fff;
45 45
 $thumbnailPictogramColor: #fff;
@@ -113,4 +113,4 @@ $linkHoverFontColor: #287ade;
113 113
  */
114 114
 $inputBg: $inputSemiBackground;
115 115
 $inputBgHover: $inputSemiBackground;
116
-$inputFontColor: $defaultDarkFontColor;
116
+$inputFontColor: $defaultDarkFontColor;

Loading…
Cancel
Save