| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Apple Inc. All rights reserved. | 2 * Copyright (C) 2009 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2015 Google Inc. | 3 * Copyright (C) 2015 Google Inc. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * 2. Redistributions in binary form must reproduce the above copyright | 10 * 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 position: absolute; | 166 position: absolute; |
| 167 margin: 0; | 167 margin: 0; |
| 168 top: 0px; | 168 top: 0px; |
| 169 left: 0px; | 169 left: 0px; |
| 170 width: 100%; | 170 width: 100%; |
| 171 height: 100%; | 171 height: 100%; |
| 172 border: none; | 172 border: none; |
| 173 border-width: 0px; | 173 border-width: 0px; |
| 174 background-color: transparent; | 174 background-color: transparent; |
| 175 padding: 0; | 175 padding: 0; |
| 176 filter: grayscale(100%) blur(5px); | 176 filter: grayscale(100%) blur(5px) opacity(40%); |
| 177 } | 177 } |
| 178 | 178 |
| 179 video::-internal-media-remoting-cast-icon { | 179 video::-internal-media-remoting-cast-icon { |
| 180 -webkit-appearance: -internal-media-remoting-cast-icon; | 180 -webkit-appearance: -internal-media-remoting-cast-icon; |
| 181 display: flex; | 181 display: flex; |
| 182 position: absolute; | 182 position: absolute; |
| 183 margin: 0px; | 183 margin: 0px; |
| 184 border-width: 0px; | 184 border-width: 0px; |
| 185 background-color: transparent; | 185 background-color: transparent; |
| 186 height: 18px; | 186 height: 18px; |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 font-weight: bold; | 602 font-weight: bold; |
| 603 } | 603 } |
| 604 | 604 |
| 605 video::cue(u) { | 605 video::cue(u) { |
| 606 text-decoration: underline; | 606 text-decoration: underline; |
| 607 } | 607 } |
| 608 | 608 |
| 609 video::cue(i) { | 609 video::cue(i) { |
| 610 font-style: italic; | 610 font-style: italic; |
| 611 } | 611 } |
| OLD | NEW |