1 /* Copyright 2013 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. */
10 -webkit-margin-end: 3px;
11 -webkit-margin-start: 6px;
14 html
[dir
='ltr'] .icon
{
15 -webkit-transform: scaleX
(-1);
19 html
[dir
='rtl'] .icon
{
24 background-color: #eee;
35 -webkit-padding-start: 39px;
41 content: -webkit-image-set
(
42 url
('../../../app/theme/default_100_percent/extensions_section.png') 1x,
43 url
('../../../app/theme/default_200_percent/extensions_section.png') 2x);
44 display: inline-block
;