diff options
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 7b6051e0b9..fb92a0f432 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -124,6 +124,7 @@ a:active { color: #000; } #localVideo.ended { -webkit-filter: grayscale(1); + filter: grayscale(1); } #remoteVideo { @@ -144,6 +145,7 @@ a:active { color: #000; } #remoteVideo.ended { -webkit-filter: grayscale(1); + filter: grayscale(1); } #headerContent { |