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

Unified Diff: Source/devtools/front_end/components/flameChart.css

Issue 665423003: DevTools: initial support of box selection on FlameChart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed typo Created 6 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 | « Source/devtools/front_end/components/FlameChart.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/flameChart.css
diff --git a/Source/devtools/front_end/components/flameChart.css b/Source/devtools/front_end/components/flameChart.css
index c27f53051f88b587708fd5b042af5183f10000e4..b583dff3853191db90049de593f2dbc088ce4cee 100644
--- a/Source/devtools/front_end/components/flameChart.css
+++ b/Source/devtools/front_end/components/flameChart.css
@@ -40,3 +40,17 @@ body.platform-mac .flame-chart-v-scroll {
right: 0;
bottom: 0;
}
+
+.flame-chart-selection-overlay {
+ position: absolute;
+ z-index: 100;
+ background-color: rgba(56, 121, 217, 0.3);
+ border-color: rgb(16, 81, 177);
+ border-width: 1px;
+ border-style: solid;
+ pointer-events:none;
+}
+
+.flame-chart-selection-overlay .time-span {
+ white-space: nowrap;
+}
« no previous file with comments | « Source/devtools/front_end/components/FlameChart.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698