1/* Copyright (c) 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.
4 */
5
6* /deep/ tr-ui-e-chrome-cc-layer-picker {
7  -webkit-flex-direction: column;
8  display: -webkit-flex;
9}
10
11* /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls {
12  -webkit-flex: 0 0 auto;
13  background-image: -webkit-gradient(linear,
14                                     0 0, 100% 0,
15                                     from(#E5E5E5),
16                                     to(#D1D1D1));
17  border-bottom: 1px solid #8e8e8e;
18  border-top: 1px solid white;
19  display: inline;
20  font-size: 14px;
21  padding-left: 2px;
22}
23
24* /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls input[type='checkbox'] {
25    vertical-align: -2px;
26}
27
28* /deep/ tr-ui-e-chrome-cc-layer-picker > .x-list-view {
29  -webkit-flex: 1 1 auto;
30  font-family: monospace;
31  overflow: auto;
32}
33
34* /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view {
35  -webkit-flex: 0 0 auto;
36  height: 200px;
37  overflow: auto;
38}
39
40* /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view * {
41  -webkit-user-select: text !important;
42  cursor: text;
43}
44