From bb3384dc7c60cd73c3225321bcea415e6402c2f9 Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 28 Oct 2016 12:53:50 -0500 Subject: [PATCH] Update _variables.scss --- css/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_variables.scss b/css/_variables.scss index 7050edeea..fd6d69580 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -39,7 +39,7 @@ $inputSemiBackground: rgba(132, 132, 132, .8); $inputLightBackground: #EBEBEB; // Video layout. -$videoThumbnailHovered: #BFEBFF; +$videoThumbnailHovered: rgba(22, 94, 204, .4); $videoThumbnailSelected: #165ECC; $participantNameColor: #fff; $thumbnailPictogramColor: #fff; @@ -113,4 +113,4 @@ $linkHoverFontColor: #287ade; */ $inputBg: $inputSemiBackground; $inputBgHover: $inputSemiBackground; -$inputFontColor: $defaultDarkFontColor; \ No newline at end of file +$inputFontColor: $defaultDarkFontColor;