| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 overflow-x: hidden; | 308 overflow-x: hidden; |
| 309 } | 309 } |
| 310 | 310 |
| 311 .toolbar.animation-controls-toolbar { | 311 .toolbar.animation-controls-toolbar { |
| 312 float: right; | 312 float: right; |
| 313 } | 313 } |
| 314 | 314 |
| 315 .animation-node-row.animation-node-selected { | 315 .animation-node-row.animation-node-selected { |
| 316 background-color: hsla(218, 78%, 66%, 0.1); | 316 background-color: hsla(218, 78%, 66%, 0.1); |
| 317 } | 317 } |
| OLD | NEW |