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

Unified Diff: Source/devtools/front_end/ui_lazy/overviewGrid.css

Issue 1193553003: DevTools: Tweaks to timeline overview popover (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/ui_lazy/TimelineOverviewPane.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/ui_lazy/overviewGrid.css
diff --git a/Source/devtools/front_end/ui_lazy/overviewGrid.css b/Source/devtools/front_end/ui_lazy/overviewGrid.css
index 341b52f8968a5dfbdb8062181ab2daa9e9745519..0fd6ec01920fa13eb39428e5ad692553992308ea 100644
--- a/Source/devtools/front_end/ui_lazy/overviewGrid.css
+++ b/Source/devtools/front_end/ui_lazy/overviewGrid.css
@@ -61,7 +61,17 @@
margin-right: -2px;
}
-.overview-grid-current-position {
+.overview-grid-cursor-area {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 20px;
+ bottom: 0;
+ z-index: 500;
+ cursor: text;
+}
+
+.overview-grid-cursor-position {
position: absolute;
top: 0;
bottom: 0;
« no previous file with comments | « Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698