From b2130a5295f7dd5a54d10f8e3937b67579f97cb8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 21 Jul 2015 15:46:28 -0700 Subject: [PATCH] remove remotevideo bottom border hack --- skins/base/css/molecules/voip/VideoView.css | 1 - 1 file changed, 1 deletion(-) diff --git a/skins/base/css/molecules/voip/VideoView.css b/skins/base/css/molecules/voip/VideoView.css index 2b0e0cc6..5edc8504 100644 --- a/skins/base/css/molecules/voip/VideoView.css +++ b/skins/base/css/molecules/voip/VideoView.css @@ -27,7 +27,6 @@ limitations under the License. .mx_VideoView_remoteVideoFeed { width: 100%; - border-bottom: 12px solid #f3f8fa; background-color: #000; z-index: 50; }