From 8257c4401a3ed9bfe43112314dedbb37779b50ed Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Jun 2014 17:52:41 +0200 Subject: [PATCH] No opacity exception for XS screens As they use a more standard layout now, where a preview can be selected as the main video --- public/css/vroom.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index 82f69dc..3dc986f 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -5,10 +5,8 @@ width: 100%; height: auto; } -@media screen and (min-width: 768px) { - #webRTCVideo .selected { - opacity: 0.7; - } +#webRTCVideo .selected { + opacity: 0.7; } .latencyUnknown{ box-shadow: 0px 0px 2pt 2pt grey;