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

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: Patch for landing! 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..fb2a1972ffa321486651af24ec97ac038629c0ce 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 {
aandrey 2014/07/03 11:24:33 label.dimmed
+ opacity: 0.6;
+}

Powered by Google App Engine
This is Rietveld 408576698