1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
6 -webkit-user-select: none
;
8 font-family: Noto Sans UI
,Droid Sans Fallback
,sans-serif
;
40 -webkit-box-align: center
;
41 -webkit-box-orient: horizontal
;
42 -webkit-box-pack: center
;
55 #video-player:not
([tools
]) .tool
{
59 #video-player:not
([tools
]) {
63 #video-player[disabled
] .tool
{
68 transition: opacity
180ms linear
;
72 -webkit-box-align: center
;
73 -webkit-box-orient: horizontal
;
74 -webkit-box-pack: center
;
85 -webkit-box-align: center
;
86 -webkit-box-orient: horizontal
;
87 -webkit-box-pack: center
;
88 background-color: rgba
(24, 24, 24, 1);
89 background-image: -webkit-image-set
(
90 url
('../images/media/error.png') 1x,
91 url
('../images/media/2x/error.png') 2x);
92 background-position: 25px center
;
93 background-repeat: no-repeat
;
101 #error:not
([visible
]) {