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

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: Fixes and updates. Created 6 years, 10 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
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..3a8b46885039806551209a8b348e689139ff0f97 100644
--- a/Source/devtools/front_end/layersPanel.css
+++ b/Source/devtools/front_end/layersPanel.css
@@ -131,6 +131,12 @@
border-style: solid;
}
+.scroll-rect {
+ border: solid rgb(178, 0, 0);
+ border-width: inherit;
+ background-color: rgba(178, 0, 0, 0.2);
caseq 2014/02/25 16:38:41 Please make them more visible, alpha of 0.4 looks
malch 2014/02/26 07:28:21 Done.
+}
+
.layer-details-view .empty-view {
font-size: 16px;
}

Powered by Google App Engine
This is Rietveld 408576698