diff options
author | Devaev Maxim <[email protected]> | 2018-07-31 17:33:38 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-31 17:33:38 +0300 |
commit | 89fca2752093c8f4ec42b7c869b0e72cc3eee7f5 (patch) | |
tree | 18bad9506f750df4b08c3bff96da3846b6842c02 /kvmd/web/css/stream.css | |
parent | 4007730e2e129a4e8760693a5cebdc039e2caa17 (diff) |
removed old prefixed css
Diffstat (limited to 'kvmd/web/css/stream.css')
-rw-r--r-- | kvmd/web/css/stream.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kvmd/web/css/stream.css b/kvmd/web/css/stream.css index 0312d411..dc0f7baf 100644 --- a/kvmd/web/css/stream.css +++ b/kvmd/web/css/stream.css @@ -9,13 +9,11 @@ img#stream-image { img.stream-image-active { cursor: crosshair; -webkit-filter: none; - -moz-filter: none; filter: none; } img.stream-image-inactive { cursor: wait; -webkit-filter: grayscale(100%) brightness(75%); - -moz-filter: grayscale(100%) brightness(75%); filter: grayscale(100%) brightness(75%); } |