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 { | 5 html { |
6 height: 100%; | 6 height: 100%; |
7 } | 7 } |
8 | 8 |
9 html.col-resize * { | 9 html.col-resize * { |
10 cursor: col-resize !important; | 10 cursor: col-resize !important; |
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1522 height: 100%; | 1522 height: 100%; |
1523 } | 1523 } |
1524 | 1524 |
1525 #list-container .table-header-cell:hover { | 1525 #list-container .table-header-cell:hover { |
1526 background-color: #ececec; | 1526 background-color: #ececec; |
1527 } | 1527 } |
1528 | 1528 |
1529 button:focus { | 1529 button:focus { |
1530 outline-color: rgb(77, 144, 254); | 1530 outline-color: rgb(77, 144, 254); |
1531 } | 1531 } |
| 1532 |
| 1533 #new-folder { |
| 1534 margin-right: 30px; |
| 1535 } |
OLD | NEW |