Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1671)

Unified Diff: Source/devtools/front_end/layersPanel.css

Issue 166273018: Added showing slow scroll rectangles in Layers panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/Layers3DView.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fbe055185acc2a7d516266afbe30aae46e1b93a5 100644
--- a/Source/devtools/front_end/layersPanel.css
+++ b/Source/devtools/front_end/layersPanel.css
@@ -131,6 +131,23 @@
border-style: solid;
}
+.layers-3d-view .layer-transparent {
+ position: absolute;
+ background-color: transparent;
+ z-index: 100;
+}
+
+.layer-transparent .back-wall,
+.layer-transparent .side-wall {
+ 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;
}
« no previous file with comments | « Source/devtools/front_end/Layers3DView.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698