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. */
14 height: 100%; /* will be overridden by javascript */
22 -webkit-appearance: none
!important
;
23 -webkit-transform: rotate
(90deg);
24 background: transparent
;
30 input
[type
='range']::-webkit-slider-thumb
{
31 -webkit-appearance: none
;
32 -webkit-transform: rotate
(-90deg);
33 background-image: -webkit-image-set
(
34 url
(../assets/100/player_timeline_handler.png) 1x,
35 url
(../assets/200/player_timeline_handler.png) 2x);
36 background-position: 50% 50%;
37 background-repeat: no-repeat no-repeat
;