浏览代码

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

Update _variables.scss
master
yanas 8 年前
父节点
当前提交
d384cd77c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      css/_variables.scss

+ 2
- 2
css/_variables.scss 查看文件

@@ -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;

正在加载...
取消
保存