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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 text-overflow: ellipsis; 804 text-overflow: ellipsis;
805 } 805 }
806 806
807 .paint-profiler-image-view { 807 .paint-profiler-image-view {
808 overflow: hidden; 808 overflow: hidden;
809 } 809 }
810 810
811 .paint-profiler-image-view img { 811 .paint-profiler-image-view img {
812 border: solid 1px black; 812 border: solid 1px black;
813 -webkit-transform-origin: 0px 0px; 813 -webkit-transform-origin: 0px 0px;
814 } 814 }
815
816 .disabled-label {
aandrey 2014/07/03 11:24:33 label.dimmed
817 opacity: 0.6;
818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698