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