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 html { |
| 6 height: 100%; |
| 7 } |
| 8 |
5 html.col-resize * { | 9 html.col-resize * { |
6 cursor: col-resize !important; | 10 cursor: col-resize !important; |
7 } | 11 } |
8 | 12 |
9 /* Outer frame of the dialog. */ | 13 /* Outer frame of the dialog. */ |
10 body { | 14 body { |
11 -webkit-box-flex: 1; | 15 -webkit-box-flex: 1; |
12 -webkit-box-orient: vertical; | 16 -webkit-box-orient: vertical; |
13 -webkit-transition: opacity 70ms linear; | 17 -webkit-transition: opacity 70ms linear; |
14 -webkit-user-select: none; | 18 -webkit-user-select: none; |
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1460 height: 100%; | 1464 height: 100%; |
1461 } | 1465 } |
1462 | 1466 |
1463 #list-container .table-header-cell:hover { | 1467 #list-container .table-header-cell:hover { |
1464 background-color: #f2f2f2; | 1468 background-color: #f2f2f2; |
1465 } | 1469 } |
1466 | 1470 |
1467 button:focus { | 1471 button:focus { |
1468 outline-color: rgb(77, 144, 254); | 1472 outline-color: rgb(77, 144, 254); |
1469 } | 1473 } |
OLD | NEW |