Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: chrome/browser/resources/vr_shell/vr_shell_ui.css

Issue 2784303002: Adds button to VRShell menu mode, which lets the user manually exit WebVR presentation. (Closed)
Patch Set: Fixed closure compiler error Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_delegate.cc ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698