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

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

Issue 2647053002: Add initial VR interactive omnibox. (Closed)
Patch Set: Rebase to ToT. Created 3 years, 11 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/android/vr_shell/vr_shell.cc ('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/vr_shell/vr_shell_ui.css b/chrome/browser/resources/vr_shell/vr_shell_ui.css
index 243f8e432970648a3ff7b48e92582df03d88de23..ef646814ef284b3168acaf5b4bb6c795caa25705 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -113,7 +113,9 @@ html {
}
#reload-ui-button {
- background-color: #555;
+ --tranX: 0;
+ --tranY: -1.2;
+ --tranZ: -1.2;
color: white;
font-size: 24px;
padding: 12px;
@@ -189,3 +191,46 @@ html {
color: #868686;
}
+#omnibox-ui-element {
+ --tranX: 0;
+ --tranY: -0.2;
+ --tranZ: -1.0;
+ font-family: arial;
+}
+
+#omnibox-url-divider {
+ background-color: black;
+ height: 1px;
+}
+
+#omnibox-url-element {
+ background-color: white;
+ display: flex;
+ padding: 5px;
+ width: 100%;
+}
+
+.omnibox-suggestion {
+ background-color: white;
+ height: 22px;
+ overflow: hidden;
+ padding-left: 5px;
+ padding-right: 5px;
+ white-space: nowrap;
+ width: 100%;
+}
+
+#omnibox-input-field {
+ border: none;
+ font-size: 16px;
+ margin: 3px;
+ overflow: hidden;
+ padding: 0;
+ white-space: nowrap;
+ width: 280px;
+}
+
+#omnibox-clear-button {
+ background: url(../../../../ui/webui/resources/images/x-hover.png) no-repeat center center;
+ width: 15px;
+}
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.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