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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 background-color: transparent; | 149 background-color: transparent; |
150 width: 100%; | 150 width: 100%; |
151 height: 100%; | 151 height: 100%; |
152 padding: 0; | 152 padding: 0; |
153 } | 153 } |
154 | 154 |
155 video::-internal-media-controls-overlay-cast-button { | 155 video::-internal-media-controls-overlay-cast-button { |
156 -webkit-appearance: -internal-media-overlay-cast-off-button; | 156 -webkit-appearance: -internal-media-overlay-cast-off-button; |
157 display: flex; | 157 display: flex; |
158 position: absolute; | 158 position: absolute; |
159 top: 5%; | 159 top: 8px; |
160 left: 5%; | 160 left: 8px; |
161 margin-left: 0px; | 161 margin-left: 0px; |
162 margin-top: 0px; | 162 margin-top: 0px; |
163 border: none; | 163 border: none; |
164 background-color: transparent; | 164 background-color: transparent; |
165 width: 48px; | 165 width: 48px; |
166 height: 48px; | 166 height: 48px; |
167 padding: 0; | 167 padding: 0; |
168 transition: opacity 0.3s; | 168 transition: opacity 0.3s; |
169 } | 169 } |
170 | 170 |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 font-weight: bold; | 435 font-weight: bold; |
436 } | 436 } |
437 | 437 |
438 video::-webkit-media-text-track-container u { | 438 video::-webkit-media-text-track-container u { |
439 text-decoration: underline; | 439 text-decoration: underline; |
440 } | 440 } |
441 | 441 |
442 video::-webkit-media-text-track-container i { | 442 video::-webkit-media-text-track-container i { |
443 font-style: italic; | 443 font-style: italic; |
444 } | 444 } |
OLD | NEW |