0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-07 11:48:47 +02:00

add unprefixed filter css as well

This commit is contained in:
David Baker 2014-09-18 16:15:48 +01:00
parent 3bd8cbc62f
commit 0505014152

View file

@ -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 {