OLD | NEW |
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 @font-face { | 5 @font-face { |
6 font-family: 'Roboto'; | 6 font-family: 'Roboto'; |
7 font-style: normal; | 7 font-style: normal; |
8 font-weight: 400; | 8 font-weight: 400; |
9 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/
roboto/roboto.woff2) format('woff2'); | 9 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/
roboto/roboto.woff2) format('woff2'); |
10 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | 10 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 45 |
46 paper-progress::shadow #activeProgress { | 46 paper-progress::shadow #activeProgress { |
47 background-color: rgb(33, 150, 243); | 47 background-color: rgb(33, 150, 243); |
48 } | 48 } |
49 | 49 |
50 paper-progress::shadow #progressContainer { | 50 paper-progress::shadow #progressContainer { |
51 background-color: rgb(100, 181, 246); | 51 background-color: rgb(100, 181, 246); |
52 } | 52 } |
53 | 53 |
54 #plugin { | 54 #plugin { |
| 55 height: 100%; |
55 position: fixed; | 56 position: fixed; |
56 top: 56px; | 57 width: 100%; |
57 z-index: 1; | 58 z-index: 1; |
58 } | 59 } |
59 | 60 |
60 #sizer { | 61 #sizer { |
61 position: absolute; | 62 position: absolute; |
62 z-index: 0; | 63 z-index: 0; |
63 } | 64 } |
64 | 65 |
65 bookmarks-pane { | 66 bookmarks-pane { |
66 z-index: 2; | 67 z-index: 2; |
(...skipping 12 matching lines...) Expand all Loading... |
79 | 80 |
80 viewer-error-screen { | 81 viewer-error-screen { |
81 visibility: hidden; | 82 visibility: hidden; |
82 z-index: 2; | 83 z-index: 2; |
83 } | 84 } |
84 | 85 |
85 viewer-password-screen { | 86 viewer-password-screen { |
86 visibility: hidden; | 87 visibility: hidden; |
87 z-index: 2; | 88 z-index: 2; |
88 } | 89 } |
OLD | NEW |