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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 opacity: 0; | 290 opacity: 0; |
291 } | 291 } |
292 | 292 |
293 .menu-button.drop-down { | 293 .menu-button.drop-down { |
294 position: relative; | 294 position: relative; |
295 top: 2px; | 295 top: 2px; |
296 } | 296 } |
297 | 297 |
298 #action-menu > :not(hr) { | 298 #action-menu > :not(hr) { |
299 line-height: 29px; | 299 line-height: 29px; |
| 300 outline: none; |
300 } | 301 } |
OLD | NEW |