| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 4 */ | |
| 5 | 4 |
| 6 #timeline-view-selection-div { | 5 #timeline-view-selection-div { |
| 7 display: inline-block; | 6 display: inline-block; |
| 8 overflow-y: auto; | 7 overflow-y: auto; |
| 9 } | 8 } |
| 10 | 9 |
| 11 #timeline-view-selection-toggle { | 10 #timeline-view-selection-toggle { |
| 12 background-color: #fff; | 11 background-color: #fff; |
| 13 background-image: url(chrome://resources/images/select.png); | 12 background-image: url(chrome://resources/images/select.png); |
| 14 border: none; | 13 border: none; |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 } | 85 } |
| 87 | 86 |
| 88 #timeline-view-scrollbar-div { | 87 #timeline-view-scrollbar-div { |
| 89 overflow-x: scroll; | 88 overflow-x: scroll; |
| 90 overflow-y: hidden; | 89 overflow-y: hidden; |
| 91 } | 90 } |
| 92 | 91 |
| 93 #timeline-view-scrollbar-inner-div { | 92 #timeline-view-scrollbar-inner-div { |
| 94 height: 1px; | 93 height: 1px; |
| 95 } | 94 } |
| OLD | NEW |