mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 10:49:21 -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 {
|
#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