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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 | 608 |
609 .downloads-warning[hidden] { | 609 .downloads-warning[hidden] { |
610 height: 0; | 610 height: 0; |
611 } | 611 } |
612 | 612 |
613 /* Drive space warning banner. */ | 613 /* Drive space warning banner. */ |
614 .gdrive-space-warning { | 614 .gdrive-space-warning { |
615 -webkit-box-align: center; | 615 -webkit-box-align: center; |
616 -webkit-box-orient: horizontal; | 616 -webkit-box-orient: horizontal; |
617 -webkit-transition: height 70ms linear; | 617 -webkit-transition: height 70ms linear; |
618 background-image: url(chrome://resources/images/clouds.png); | 618 background-image: url('../images/files/ui/clouds.png'); |
619 background-repeat: repeat-x; | 619 background-repeat: repeat-x; |
620 background-size: 150px 44px; | 620 background-size: 150px 44px; |
621 border-top: 1px solid rgba(0, 0, 0, 0.1); | 621 border-top: 1px solid rgba(0, 0, 0, 0.1); |
622 color: #333; | 622 color: #333; |
623 display: -webkit-box; | 623 display: -webkit-box; |
624 font-size: 13px; | 624 font-size: 13px; |
625 height: 44px; | 625 height: 44px; |
626 overflow: hidden; | 626 overflow: hidden; |
627 position: relative; | 627 position: relative; |
628 } | 628 } |
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1535 background-color: #ececec; | 1535 background-color: #ececec; |
1536 } | 1536 } |
1537 | 1537 |
1538 button:focus { | 1538 button:focus { |
1539 outline-color: rgb(77, 144, 254); | 1539 outline-color: rgb(77, 144, 254); |
1540 } | 1540 } |
1541 | 1541 |
1542 #new-folder { | 1542 #new-folder { |
1543 margin-right: 30px; | 1543 margin-right: 30px; |
1544 } | 1544 } |
OLD | NEW |