add unprefixed filter css as well

pull/4/merge
David Baker 10 years ago
parent 3bd8cbc62f
commit 0505014152
  1. 2
      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 {

Loading…
Cancel
Save