Merge pull request #1085 from jitsi/video-thumbnail-hover
Update _variables.scss
This commit is contained in:
commit
d384cd77c6
|
@ -39,7 +39,7 @@ $inputSemiBackground: rgba(132, 132, 132, .8);
|
||||||
$inputLightBackground: #EBEBEB;
|
$inputLightBackground: #EBEBEB;
|
||||||
|
|
||||||
// Video layout.
|
// Video layout.
|
||||||
$videoThumbnailHovered: #BFEBFF;
|
$videoThumbnailHovered: rgba(22, 94, 204, .4);
|
||||||
$videoThumbnailSelected: #165ECC;
|
$videoThumbnailSelected: #165ECC;
|
||||||
$participantNameColor: #fff;
|
$participantNameColor: #fff;
|
||||||
$thumbnailPictogramColor: #fff;
|
$thumbnailPictogramColor: #fff;
|
||||||
|
@ -113,4 +113,4 @@ $linkHoverFontColor: #287ade;
|
||||||
*/
|
*/
|
||||||
$inputBg: $inputSemiBackground;
|
$inputBg: $inputSemiBackground;
|
||||||
$inputBgHover: $inputSemiBackground;
|
$inputBgHover: $inputSemiBackground;
|
||||||
$inputFontColor: $defaultDarkFontColor;
|
$inputFontColor: $defaultDarkFontColor;
|
||||||
|
|
Loading…
Reference in New Issue