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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.css

Issue 2341803003: Add chrome://vr-shell-ui internal page (Closed)
Patch Set: review Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vr_shell/vr_shell_ui.css
diff --git a/chrome/browser/resources/cast/cast.css b/chrome/browser/resources/vr_shell/vr_shell_ui.css
similarity index 55%
copy from chrome/browser/resources/cast/cast.css
copy to chrome/browser/resources/vr_shell/vr_shell_ui.css
index 5193f40523bfa2e99df63fc8f271dd48d38e11f1..66774d091860eec3fe86b0e2e71ecba881c330a4 100644
--- a/chrome/browser/resources/cast/cast.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -2,17 +2,16 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-body,
-extensionview,
-html {
- border: 0;
- height: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
+html {
+ background-color: rgba(255, 255, 255, 0.2);
+ font-size: 20px;
}
-extensionview {
+.ui-button {
+ background: white;
+ border-radius: 6px;
overflow: hidden;
position: absolute;
+ text-align: center;
+ vertical-align: middle;
}
« no previous file with comments | « chrome/browser/browser_resources.grd ('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