1 /* Copyright 2014 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. */
5 #video-player .arrow-box
{
9 justify-content: center
;
16 #video-player .arrow-box
.arrow-spacer
{
20 #video-player[tools
] .arrow-box
.arrow
{
24 /* The arrow icons are in nested divs so that their opacity can be manipulated
25 * independently from their parent (which can be dimmed when the crop frame
27 #video-player .arrow div
{
28 background-position: center center
;
29 background-repeat: no-repeat
;
35 #video-player[multiple
] .arrow-box
.arrow div
{
39 #video-player[multiple
] .arrow-box
.arrow
div:hover
{
43 #video-player:not
([first-video
]) .arrow
.left div
{
45 background-image: -webkit-image-set
(
46 url
(../images/100/arrow_left.png) 1x,
47 url
(../images/200/arrow_left.png) 2x);
50 #video-player:not
([last-video
]) .arrow
.right div
{
52 background-image: -webkit-image-set
(
53 url
(../images/100/arrow_right.png) 1x,
54 url
(../images/200/arrow_right.png) 2x);