| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |