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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 overflow: hidden; | 367 overflow: hidden; |
368 padding-top: 1px; | 368 padding-top: 1px; |
369 } | 369 } |
370 | 370 |
371 #dir-breadcrumbs { | 371 #dir-breadcrumbs { |
372 -webkit-margin-end: 5px; | 372 -webkit-margin-end: 5px; |
373 -webkit-margin-start: 10px; | 373 -webkit-margin-start: 10px; |
374 } | 374 } |
375 | 375 |
376 #search-breadcrumbs { | 376 #search-breadcrumbs { |
377 padding-left: 5px; | 377 -webkit-margin-end: 5px; |
378 padding-right: 5px; | 378 -webkit-margin-start: 5px; |
379 } | 379 } |
380 | 380 |
381 .breadcrumbs > [collapsed]:before { | 381 .breadcrumbs > [collapsed]:before { |
382 content: '...'; | 382 content: '...'; |
383 } | 383 } |
384 | 384 |
385 .breadcrumbs > [collapsed] { | 385 .breadcrumbs > [collapsed] { |
386 width: 1em; | 386 width: 1em; |
387 } | 387 } |
388 | 388 |
(...skipping 1133 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: #f2f2f2; | 1526 background-color: #f2f2f2; |
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 } |
OLD | NEW |