Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / src / ui / drag_handle.css
blobb8227960557c7e8f02e28fa3569d8e37b99ddc8b
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. */
4 x-drag-handle {
5 background-image: -webkit-gradient(linear,
6 0% 0%, 0% 100%,
7 from(#E5E5E5),
8 to(#D1D1D1));
9 height: 8px;
10 border-top: 1px solid white;
11 border-bottom: 1px solid #8e8e8e;
12 cursor: ns-resize;
13 -webkit-user-select: none;