| 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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 url('../images/files/ui/breadcrumb-separator.png') 1x, | 724 url('../images/files/ui/breadcrumb-separator.png') 1x, |
| 725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); | 725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); |
| 726 background-position: center center; | 726 background-position: center center; |
| 727 background-repeat: no-repeat; | 727 background-repeat: no-repeat; |
| 728 height: 10px; | 728 height: 10px; |
| 729 overflow: hidden; | 729 overflow: hidden; |
| 730 width: 25px; | 730 width: 25px; |
| 731 } | 731 } |
| 732 | 732 |
| 733 body[new-ui] .dialog-header .buttonbar button { | 733 body[new-ui] .dialog-header .buttonbar button { |
| 734 -webkit-margin-start: 0; |
| 734 background-image: none; | 735 background-image: none; |
| 735 background-position: center; | 736 background-position: center; |
| 736 background-repeat: no-repeat; | 737 background-repeat: no-repeat; |
| 737 min-width: 29px; | 738 min-width: 29px; |
| 738 padding: 0; | 739 padding: 0; |
| 739 width: 29px; | 740 width: 29px; |
| 740 } | 741 } |
| 741 | 742 |
| 742 body[new-ui] .dialog-header button:not(:hover):not(focus) { | 743 body[new-ui] .dialog-header button:not(:hover):not(focus) { |
| 743 background-color: transparent; | 744 background-color: transparent; |
| (...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 background-image: -webkit-image-set( | 2199 background-image: -webkit-image-set( |
| 2199 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x, | 2200 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x, |
| 2200 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x); | 2201 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x); |
| 2201 } | 2202 } |
| 2202 | 2203 |
| 2203 body[new-ui] #iframe-drag-area { | 2204 body[new-ui] #iframe-drag-area { |
| 2204 -webkit-app-region: drag; | 2205 -webkit-app-region: drag; |
| 2205 height: 45px; | 2206 height: 45px; |
| 2206 left: 64px; | 2207 left: 64px; |
| 2207 position: absolute; | 2208 position: absolute; |
| 2208 right: 0; | 2209 right: 70px; |
| 2209 top: 0; | 2210 top: 0; |
| 2211 width: auto; |
| 2210 z-index: 101; | 2212 z-index: 101; |
| 2211 } | 2213 } |
| OLD | NEW |