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

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

Issue 361203002: [DevTools] Start/stop of timeline recording should set UI controls disabled/enabled respectively. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index a9d7569b41aa8bb61eee60f217d170c7d200f289..a51db5e8b31a503d46a072646c028ad0f133fec1 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -811,4 +811,8 @@
.paint-profiler-image-view img {
border: solid 1px black;
-webkit-transform-origin: 0px 0px;
+}
+
+.disabled-label {
+ color: rgb(211, 211, 211);
}

Powered by Google App Engine
This is Rietveld 408576698