| 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 #print-preview .margin-box { | 5 #print-preview .margin-box { |
| 6 background-color: #2a2a2a; | 6 background-color: #2a2a2a; |
| 7 border: 1px solid #888; | 7 border: 1px solid #888; |
| 8 box-sizing: border-box; | 8 box-sizing: border-box; |
| 9 color: white; | 9 color: white; |
| 10 cursor: auto; | 10 cursor: auto; |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 | 91 |
| 92 #customized-margins { | 92 #customized-margins { |
| 93 position: absolute; | 93 position: absolute; |
| 94 top: 0; | 94 top: 0; |
| 95 } | 95 } |
| 96 | 96 |
| 97 #customized-margins.invisible { | 97 #customized-margins.invisible { |
| 98 opacity: 0; | 98 opacity: 0; |
| 99 pointer-events: none; | 99 pointer-events: none; |
| 100 } | 100 } |
| OLD | NEW |