| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 min-width: 0; | 762 min-width: 0; |
| 763 outline: none; | 763 outline: none; |
| 764 padding: 0; | 764 padding: 0; |
| 765 width: 32px; | 765 width: 32px; |
| 766 } | 766 } |
| 767 | 767 |
| 768 body[new-ui] .dialog-header .buttonbar button:not(:active) { | 768 body[new-ui] .dialog-header .buttonbar button:not(:active) { |
| 769 -webkit-box-shadow: none; | 769 -webkit-box-shadow: none; |
| 770 } | 770 } |
| 771 | 771 |
| 772 body[new-ui] .dialog-header button:not(:hover):not(focus) { | 772 body[new-ui] .dialog-header button:not(:hover):not(focus):not(:active) { |
| 773 background-color: transparent; | 773 background-color: transparent; |
| 774 border-color: transparent; | 774 border-color: transparent; |
| 775 } | 775 } |
| 776 | 776 |
| 777 #search-box, | 777 #search-box, |
| 778 #filename-input-box input { | 778 #filename-input-box input { |
| 779 border: 1px solid #d9d9d9; | 779 border: 1px solid #d9d9d9; |
| 780 border-radius: 1px; | 780 border-radius: 1px; |
| 781 border-top: 1px solid #c0c0c0; | 781 border-top: 1px solid #c0c0c0; |
| 782 box-sizing: border-box; | 782 box-sizing: border-box; |
| (...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2356 body[new-ui] #iframe-drag-area { | 2356 body[new-ui] #iframe-drag-area { |
| 2357 -webkit-app-region: drag; | 2357 -webkit-app-region: drag; |
| 2358 height: 45px; | 2358 height: 45px; |
| 2359 left: 64px; | 2359 left: 64px; |
| 2360 position: absolute; | 2360 position: absolute; |
| 2361 right: 70px; | 2361 right: 70px; |
| 2362 top: 0; | 2362 top: 0; |
| 2363 width: auto; | 2363 width: auto; |
| 2364 z-index: 101; | 2364 z-index: 101; |
| 2365 } | 2365 } |
| OLD | NEW |