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. */
6 background-color: #f6f6f6;
7 border-bottom: 1px solid
#e1e1e1;
8 border-top: 1px solid
#e1e1e1;
13 #more-settings .more-settings-icon
{
14 background-repeat: no-repeat
;
15 display: inline-block
;
17 margin: 20px 15px 20px 20px;
18 vertical-align: middle
;
22 #more-settings .more-settings-label
{
28 #more-settings .more-settings-icon-minus
{
29 background-image: -webkit-image-set
(
30 url
(../images/1x/minus.png) 1x,
31 url
(../images/2x/minus.png) 2x);
34 #more-settings .more-settings-icon-plus
{
35 background-image: -webkit-image-set
(
36 url
(../images/1x/plus.png) 1x,
37 url
(../images/2x/plus.png) 2x);