| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css
|
| index fd9141f10d64917e8c8d88a15f706c9ff2cee97e..fd09baf5b6d0ed616bde664989a390d26a653652 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css
|
| @@ -45,3 +45,23 @@
|
| visibility: hidden;
|
| overflow: hidden;
|
| }
|
| +
|
| +.window-curtain-left, .window-curtain-right {
|
| + background-color: hsla(0, 0%, 80%, 0.5);
|
| + position: absolute;
|
| + top: 0;
|
| + height: 100%;
|
| + z-index: 300;
|
| + pointer-events: none;
|
| + border: 1px none hsla(0, 0%, 70%, 0.5);
|
| +}
|
| +
|
| +.window-curtain-left {
|
| + left: 0;
|
| + border-right-style: solid;
|
| +}
|
| +
|
| +.window-curtain-right {
|
| + right: 0;
|
| + border-left-style: solid;
|
| +}
|
|
|