Chromium Code Reviews| Index: Source/devtools/front_end/layersPanel.css |
| diff --git a/Source/devtools/front_end/layersPanel.css b/Source/devtools/front_end/layersPanel.css |
| index c558fb809442529e34d0383bf33061bcd14d5895..ddee139019a3719f8b0672dd8d9ab3e470cac381 100644 |
| --- a/Source/devtools/front_end/layersPanel.css |
| +++ b/Source/devtools/front_end/layersPanel.css |
| @@ -131,6 +131,24 @@ |
| border-style: solid; |
| } |
| +.layers-3d-view .layer-transparent { |
| + position: absolute; |
| + background-color: transparent; |
| + z-index: 100; |
| +} |
| + |
| +.layer-transparent .back-wall, |
| +.layer-transparent .side-wall, |
| +.layer-transparent .paint-rect { |
|
caseq
2014/03/20 15:29:10
Let's show paint rects!
malch
2014/03/21 07:55:46
Done.
|
| + display: none; |
| +} |
| + |
| +.scroll-rect { |
| + border: solid rgb(178, 0, 0); |
| + border-width: inherit; |
| + background-color: rgba(178, 0, 0, 0.4); |
| +} |
| + |
| .layer-details-view .empty-view { |
| font-size: 16px; |
| } |