From 6a24c06d0da09e8a5a4e776cff593ee996bc9956 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 22 Sep 2014 10:54:13 +0200 Subject: [PATCH] Changed color of smally view to black. --- src/styles/components/_audiovideo.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 66bf18e0..b49a221a 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -286,8 +286,9 @@ .renderer-smally { width: 150px; - background: $componentbg; - border-right: 1px solid $bordercolor; + background: black; + border-right: none; + border-top: none; .remoteVideos { padding-bottom: 85px; }