Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui_lazy / overviewGrid.css
blob595c5e4d801dabcd97f69dbcf73f4c1f9ad1a389
1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .overview-grid-window-selector {
8 position: absolute;
9 top: 0;
10 bottom: 0;
11 background-color: rgba(125, 173, 217, 0.5);
12 z-index: 250;
13 pointer-events: none;
16 .overview-grid-window {
17 background-color: white;
18 position: absolute;
19 left: 0;
20 right: 0;
21 top: 0;
22 height: 20px;
23 z-index: 150;
26 .overview-grid-dividers-background {
27 left: 0;
28 right: 0;
29 top: 0;
30 height: 20px;
31 background-color: black;
32 position: absolute;
35 .overview-grid-window-rulers {
36 top: 0;
37 bottom: 0;
38 position: absolute;
39 opacity: 0.2;
40 border-right: 1px solid black;
41 border-left: 1px solid black;
42 z-index: 250;
43 pointer-events: none;
46 .overview-grid-window-resizer {
47 position: absolute;
48 top: 0;
49 height: 20px;
50 width: 5px;
51 margin-left: -2px;
52 margin-right: -3px;
53 background-color: rgb(153, 153, 153);
54 z-index: 500;
55 border-radius: 2px;
56 box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0;
59 .overview-grid-window-resizer-right {
60 margin-left: -3px;
61 margin-right: -2px;
64 .overview-grid-cursor-area {
65 position: absolute;
66 left: 0;
67 right: 0;
68 top: 20px;
69 bottom: 0;
70 z-index: 500;
71 cursor: text;
74 .overview-grid-cursor-position {
75 position: absolute;
76 top: 0;
77 bottom: 0;
78 width: 2px;
79 background-color: hsla(220, 95%, 50%, 0.7);
80 z-index: 500;
81 pointer-events: none;
82 visibility: hidden;
83 overflow: hidden;