mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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 {
|
#localVideo.ended {
|
||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#remoteVideo {
|
#remoteVideo {
|
||||||
@ -144,6 +145,7 @@ a:active { color: #000; }
|
|||||||
|
|
||||||
#remoteVideo.ended {
|
#remoteVideo.ended {
|
||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#headerContent {
|
#headerContent {
|
||||||
|
Loading…
Reference in New Issue
Block a user