소스 검색

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
 $inputLightBackground: #EBEBEB;
39
 $inputLightBackground: #EBEBEB;
40
 
40
 
41
 // Video layout.
41
 // Video layout.
42
-$videoThumbnailHovered: #BFEBFF;
42
+$videoThumbnailHovered: rgba(22, 94, 204, .4);
43
 $videoThumbnailSelected: #165ECC;
43
 $videoThumbnailSelected: #165ECC;
44
 $participantNameColor: #fff;
44
 $participantNameColor: #fff;
45
 $thumbnailPictogramColor: #fff;
45
 $thumbnailPictogramColor: #fff;
113
  */
113
  */
114
 $inputBg: $inputSemiBackground;
114
 $inputBg: $inputSemiBackground;
115
 $inputBgHover: $inputSemiBackground;
115
 $inputBgHover: $inputSemiBackground;
116
-$inputFontColor: $defaultDarkFontColor;
116
+$inputFontColor: $defaultDarkFontColor;

Loading…
취소
저장