Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / layer_tree_quad_stack_view.css
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
7 layer-tree-quad-stack-view > 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   font-size:  14px;
17   padding-left: 2px;
18 }
19
20 layer-tree-quad-stack-view > top-controls input[type='checkbox'] {
21     vertical-align: -2px;
22 }