| OLD | NEW |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 | 5 |
| 6 body { | 6 body { |
| 7 font-family: Helvetica, sans-serif; | 7 font-family: Helvetica, sans-serif; |
| 8 cursor: default; | 8 cursor: default; |
| 9 font-size: 13px; | 9 font-size: 13px; |
| 10 } | 10 } |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 | 83 |
| 84 .scale_to_fit_toggle { | 84 .scale_to_fit_toggle { |
| 85 line-height: 0.8em; | 85 line-height: 0.8em; |
| 86 float: right; | 86 float: right; |
| 87 } | 87 } |
| 88 | 88 |
| 89 .plugin-scroll-panel { | 89 .plugin-scroll-panel { |
| 90 -webkit-user-select: none; | 90 -webkit-user-select: none; |
| 91 overflow: auto; | 91 overflow: auto; |
| 92 width: 100%; | 92 width: 100%; |
| 93 height: 100%; | |
| 94 } | 93 } |
| 95 | 94 |
| 96 .gaia_font { | 95 .gaia_font { |
| 97 font-family: Arial, Helvetica, sans-serif; | 96 font-family: Arial, Helvetica, sans-serif; |
| 98 } | 97 } |
| 99 | 98 |
| 100 .page h1 { | 99 .page h1 { |
| 101 -webkit-padding-end: 24px; | 100 -webkit-padding-end: 24px; |
| 102 -webkit-user-select: none; | 101 -webkit-user-select: none; |
| 103 border-bottom: 1px solid #eeeeee; | 102 border-bottom: 1px solid #eeeeee; |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); | 158 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); |
| 160 color: #333; | 159 color: #333; |
| 161 } | 160 } |
| 162 | 161 |
| 163 button[disabled], button[disabled]:hover { | 162 button[disabled], button[disabled]:hover { |
| 164 -webkit-box-shadow: none; | 163 -webkit-box-shadow: none; |
| 165 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); | 164 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); |
| 166 border-color: #aaa; | 165 border-color: #aaa; |
| 167 color: #888; | 166 color: #888; |
| 168 } | 167 } |
| OLD | NEW |