| 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 | 4 |
| 5 body:not(.uber-frame) { | 5 body:not(.uber-frame) { |
| 6 color: rgb(48, 57, 66); | 6 color: rgb(48, 57, 66); |
| 7 margin: 0 8px 0 8px; | 7 margin: 0 8px 0 8px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #editing-controls, | 10 #editing-controls, |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 -webkit-transition: opacity 200ms; | 226 -webkit-transition: opacity 200ms; |
| 227 opacity: 0; | 227 opacity: 0; |
| 228 } | 228 } |
| 229 | 229 |
| 230 .menu-button.drop-down { | 230 .menu-button.drop-down { |
| 231 position: relative; | 231 position: relative; |
| 232 top: 2px; | 232 top: 2px; |
| 233 } | 233 } |
| 234 | 234 |
| 235 #action-menu > :not(hr) { | 235 #action-menu > :not(hr) { |
| 236 line-height: 28px; | 236 line-height: 29px; |
| 237 } | 237 } |
| OLD | NEW |