mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
add unprefixed filter css as well
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user