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

Side by Side Diff: Source/devtools/front_end/elements/animationTimeline.css

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .animation-node-row { 7 .animation-node-row {
8 width: 100%; 8 width: 100%;
9 display: flex; 9 display: flex;
10 border-bottom: 1px dashed #ccc; 10 border-bottom: 1px dashed #ccc;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 } 106 }
107 107
108 .animation-time-overlay { 108 .animation-time-overlay {
109 background-color: black; 109 background-color: black;
110 opacity: 0.05; 110 opacity: 0.05;
111 position: absolute; 111 position: absolute;
112 height: 100%; 112 height: 100%;
113 width: 100%; 113 width: 100%;
114 } 114 }
115 115
116 .view.component-root.platform-linux.vbox { 116 .widget.component-root.platform-linux.vbox {
117 overflow: hidden; 117 overflow: hidden;
118 } 118 }
119 119
120 input.animation-playback-slider { 120 input.animation-playback-slider {
121 float: right; 121 float: right;
122 width: 63px; 122 width: 63px;
123 margin-right: 8px; 123 margin-right: 8px;
124 } 124 }
125 125
126 .animation-playback-label { 126 .animation-playback-label {
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 273
274 .animation-keyframe-step line { 274 .animation-keyframe-step line {
275 stroke-width: 2; 275 stroke-width: 2;
276 stroke-opacity: 0.3; 276 stroke-opacity: 0.3;
277 } 277 }
278 278
279 text.animation-timeline-grid-label { 279 text.animation-timeline-grid-label {
280 font-size: 10px; 280 font-size: 10px;
281 fill: #999; 281 fill: #999;
282 } 282 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/StylesPopoverHelper.js ('k') | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698