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
7layer-tree-quad-stack-viewer > top-controls {
8  -webkit-flex: 0 0 auto;
9  background-image: -webkit-gradient(linear,
10                                     0 0, 100% 0,
11                                     from(#E5E5E5),
12                                     to(#D1D1D1));
13  border-bottom: 1px solid #8e8e8e;
14  border-top: 1px solid white;
15  display: inline;
16  position: relative;
17}
18
19layer-tree-quad-stack-viewer > quad-stack-viewer {
20  -webkit-flex: 1 1 100%;
21  display: block;
22  overflow: scroll;
23}
24
25.camera-debug-indicator {
26  left: 0;
27  position: absolute;
28  top:  0;
29  z-index: 11;
30}