OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 /* Outer frame of the dialog. */ | 7 /* Outer frame of the dialog. */ |
8 body { | 8 body { |
9 -webkit-box-flex: 1; | 9 -webkit-box-flex: 1; |
10 -webkit-box-orient: vertical; | 10 -webkit-box-orient: vertical; |
11 -webkit-transition: opacity 0.07s linear; | 11 -webkit-transition: opacity 70ms linear; |
12 -webkit-user-select: none; | 12 -webkit-user-select: none; |
13 display: -webkit-box; | 13 display: -webkit-box; |
14 height: 100%; | 14 height: 100%; |
15 margin: 0; | 15 margin: 0; |
16 opacity: 0; | 16 opacity: 0; |
17 padding: 0; | 17 padding: 0; |
18 position: absolute; | 18 position: absolute; |
19 width: 100%; | 19 width: 100%; |
20 } | 20 } |
21 | 21 |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 input[type='button'][disabled]:hover, | 58 input[type='button'][disabled]:hover, |
59 input[type='submit'][disabled]:hover { | 59 input[type='submit'][disabled]:hover { |
60 -webkit-box-shadow: none; | 60 -webkit-box-shadow: none; |
61 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); | 61 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); |
62 border-color: #aaa; | 62 border-color: #aaa; |
63 color: #888; | 63 color: #888; |
64 } | 64 } |
65 | 65 |
66 .butter-bar { | 66 .butter-bar { |
67 -webkit-transition-property: opacity, top; | 67 -webkit-transition-property: opacity, top; |
68 -webkit-transition-duration: 0.3s; | 68 -webkit-transition-duration: 300ms; |
69 padding-top: 2px; | 69 padding-top: 2px; |
70 padding-bottom: 2px; | 70 padding-bottom: 2px; |
71 padding-left: 1em; | 71 padding-left: 1em; |
72 padding-right: 1em; | 72 padding-right: 1em; |
73 position: absolute; | 73 position: absolute; |
74 background-color: rgba(255, 249, 149, 0.5); | 74 background-color: rgba(255, 249, 149, 0.5); |
75 border-radius: 3px; | 75 border-radius: 3px; |
76 border: 1px gold solid; | 76 border: 1px gold solid; |
77 } | 77 } |
78 | 78 |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 | 184 |
185 .downloads-warning { | 185 .downloads-warning { |
186 display: -webkit-box; | 186 display: -webkit-box; |
187 -webkit-box-orient: horizontal; | 187 -webkit-box-orient: horizontal; |
188 height: 57px; | 188 height: 57px; |
189 background-color: #f0f0f0; | 189 background-color: #f0f0f0; |
190 font-size: 13px; | 190 font-size: 13px; |
191 color: #666; | 191 color: #666; |
192 -webkit-box-align: center; | 192 -webkit-box-align: center; |
193 overflow: hidden; | 193 overflow: hidden; |
194 -webkit-transition: height 0.07s linear; | 194 -webkit-transition: height 70ms linear; |
195 } | 195 } |
196 | 196 |
197 .downloads-warning[hidden] { | 197 .downloads-warning[hidden] { |
198 height: 0; | 198 height: 0; |
199 } | 199 } |
200 | 200 |
201 .downloads-warning img { | 201 .downloads-warning img { |
202 display: -webkit-box; | 202 display: -webkit-box; |
203 padding: 15px; | 203 padding: 15px; |
204 } | 204 } |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 .task-button { | 532 .task-button { |
533 display: -webkit-box; | 533 display: -webkit-box; |
534 -webkit-box-orient: horizontal; | 534 -webkit-box-orient: horizontal; |
535 height: 29px; | 535 height: 29px; |
536 text-align: left; | 536 text-align: left; |
537 vertical-align: middle; | 537 vertical-align: middle; |
538 padding: 6px; | 538 padding: 6px; |
539 } | 539 } |
540 | 540 |
541 .task-button > img { | 541 .task-button > img { |
542 -webkit-margin-end: 5px; | 542 -webkit-margin-end: 5px; |
543 } | 543 } |
544 | 544 |
545 /* The selection summary text at the bottom of the preview pane. */ | 545 /* The selection summary text at the bottom of the preview pane. */ |
546 .preview-summary { | 546 .preview-summary { |
547 color: #666666; | 547 color: #666666; |
548 overflow: hidden; | 548 overflow: hidden; |
549 padding: 5px; | 549 padding: 5px; |
550 text-overflow: ellipsis; | 550 text-overflow: ellipsis; |
551 white-space: nowrap; | 551 white-space: nowrap; |
552 vertical-align: middle; | 552 vertical-align: middle; |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 /* Overlay pane covering the entire file manager window (e.g. image editor)*/ | 584 /* Overlay pane covering the entire file manager window (e.g. image editor)*/ |
585 .overlay-pane { | 585 .overlay-pane { |
586 position: absolute; | 586 position: absolute; |
587 top: 0; | 587 top: 0; |
588 left: 0; | 588 left: 0; |
589 width: 100%; | 589 width: 100%; |
590 height: 100%; | 590 height: 100%; |
591 border: none; | 591 border: none; |
592 z-index: 100; | 592 z-index: 100; |
593 } | 593 } |
OLD | NEW |