| OLD | NEW |
| 1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2014 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 { | 5 body { |
| 6 -webkit-user-select: none; | 6 -webkit-user-select: none; |
| 7 font-family: Open Sans, Droid Sans Fallback, sans-serif; | 7 font-family: Noto Sans UI, sans-serif; |
| 8 font-size: 84%; | 8 font-size: 84%; |
| 9 margin: 0; | 9 margin: 0; |
| 10 } | 10 } |
| 11 | 11 |
| 12 input:focus, button:focus { | 12 input:focus, button:focus { |
| 13 outline: 1px solid rgb(77, 144, 254); | 13 outline: 1px solid rgb(77, 144, 254); |
| 14 } | 14 } |
| 15 | 15 |
| 16 input[type='checkbox'] { | 16 input[type='checkbox'] { |
| 17 width: 15px; | 17 width: 15px; |
| (...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 url(chrome://resources/images/2x/apps/topbar_button_maximize.png) 2x) | 1331 url(chrome://resources/images/2x/apps/topbar_button_maximize.png) 2x) |
| 1332 center; | 1332 center; |
| 1333 } | 1333 } |
| 1334 | 1334 |
| 1335 .gallery > .header > .close-button { | 1335 .gallery > .header > .close-button { |
| 1336 background: -webkit-image-set( | 1336 background: -webkit-image-set( |
| 1337 url(chrome://resources/images/apps/topbar_button_close.png) 1x, | 1337 url(chrome://resources/images/apps/topbar_button_close.png) 1x, |
| 1338 url(chrome://resources/images/2x/apps/topbar_button_close.png) 2x) | 1338 url(chrome://resources/images/2x/apps/topbar_button_close.png) 2x) |
| 1339 center; | 1339 center; |
| 1340 } | 1340 } |
| OLD | NEW |