| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 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 background-color: rgba(255, 255, 255, 0); | 6 background-color: rgba(255, 255, 255, 0); |
| 7 } | 7 } |
| 8 | 8 |
| 9 #ui { | 9 #ui { |
| 10 left: 0; | 10 left: 0; |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 .rect-button:hover { | 127 .rect-button:hover { |
| 128 opacity: 1; | 128 opacity: 1; |
| 129 } | 129 } |
| 130 | 130 |
| 131 .disabled-button { | 131 .disabled-button { |
| 132 background-color: #bbb; | 132 background-color: #bbb; |
| 133 } | 133 } |
| 134 | 134 |
| 135 #back-button, | 135 #back-button, |
| 136 #forward-button, | 136 #forward-button, |
| 137 #exit-present-button, |
| 137 #back-indicator, | 138 #back-indicator, |
| 138 #forward-indicator { | 139 #forward-indicator { |
| 139 background-image: url(../../../../ui/webui/resources/images/vr_back.svg); | 140 background-image: url(../../../../ui/webui/resources/images/vr_back.svg); |
| 140 } | 141 } |
| 141 | 142 |
| 142 #reload-button { | 143 #reload-button { |
| 143 background-image: url(../../../../ui/webui/resources/images/vr_reload.svg); | 144 background-image: url(../../../../ui/webui/resources/images/vr_reload.svg); |
| 144 } | 145 } |
| 145 | 146 |
| 146 #forward-button, | 147 #forward-button, |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 overflow: hidden; | 341 overflow: hidden; |
| 341 text-align: center; | 342 text-align: center; |
| 342 white-space: nowrap; | 343 white-space: nowrap; |
| 343 width: 100%; | 344 width: 100%; |
| 344 } | 345 } |
| 345 | 346 |
| 346 #omnibox-clear-button { | 347 #omnibox-clear-button { |
| 347 background: url(../../../../ui/webui/resources/images/x-hover.png) no-repeat c
enter center; | 348 background: url(../../../../ui/webui/resources/images/x-hover.png) no-repeat c
enter center; |
| 348 width: 18px; | 349 width: 18px; |
| 349 } | 350 } |
| OLD | NEW |