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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css

Issue 1427823002: DevTools: Grey out outside parts of selection window on timeline overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor Created 5 years, 2 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 | « third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
index 68d0f183ce6c7e0198d6af40b5c63a83e7de782c..3d952f41ec8d45ad10c99b6e635a50973f991d99 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
@@ -65,3 +65,20 @@
height: 20px;
pointer-events: none;
}
+
+.timeline-curtain-left, .timeline-curtain-right {
+ background-color: hsla(0, 0%, 80%, 0.3);
+ position: absolute;
+ top: 0;
+ height: 100%;
+ z-index: 300;
+ pointer-events: none;
+}
+
+.timeline-curtain-left {
+ left: 0;
+}
+
+.timeline-curtain-right {
+ right: 0;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698