Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / src / quad_view.css
bloba030c475aa1ec707925f522f358edefa5e36f361
1 /* Copyright (c) 2012 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. */
5 x-quad-view {
6 display: block;
9 x-quad-view,
10 x-quad-view > * {
11 cursor: default;
12 -webkit-user-select: none;
14 x-quad-view .header {
15 display: block;
18 x-quad-view canvas {
19 outline: none;
20 border: 1px solid rgba(0, 0, 0, 0.5);
21 box-shadow: rgba(0,0,0,0.2) 3px 3px 8px;