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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1176343002: DevTools: make toolbar button click targets square (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
Index: Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index ea35aa3a5cfde01d263506efbc20cd6aaf474342..66af78d6c3478ec2e7a3751fe2edc7ae99707a33 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -28,7 +28,7 @@
*/
.panel.timeline > .toolbar {
- border-bottom: 1px solid #f1f1f1;
+ border-bottom: 1px solid #f3f3f3;
dgozman 2015/06/11 16:14:12 Border of the same color as background? Remove it
pfeldman 2015/06/11 16:38:07 Those are different elements. Timeline toolbar is
}
#timeline-overview-panel {
@@ -42,7 +42,7 @@
}
.timeline-records-title, .timeline-records-list {
- background-color: #eee;
+ background-color: #f3f3f3;
}
.timeline-records-title {
@@ -624,7 +624,7 @@
flex: auto;
overflow: auto;
position: relative;
- background-color: #eee;
+ background-color: #f3f3f3;
}
.timeline-details-view-block {

Powered by Google App Engine
This is Rietveld 408576698