mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 22:29:24 -05:00
add unprefixed filter css as well
This commit is contained in:
parent
3bd8cbc62f
commit
0505014152
@ -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…
Reference in New Issue
Block a user