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

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

Issue 2642783009: Rename the VR pop-up URL indicator, making way for a real omnibox (Closed)
Patch Set: 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 | « no previous file | 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 7cc341d95cc2ddd9119e276f9cb3221f6715e09e..243f8e432970648a3ff7b48e92582df03d88de23 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -119,13 +119,13 @@ html {
padding: 12px;
}
-#omnibox-container {
+#url-indicator-container {
--tranX: 0;
--tranY: -0.65;
--tranZ: -1.2;
}
-#omnibox-border {
+#url-indicator-border {
--fadeTimeMs: 500;
--fadeYOffset: -0.1;
--opacity: 0.9;
@@ -135,7 +135,7 @@ html {
padding: 6px;
}
-#omnibox {
+#url-indicator {
align-items: center;
background-color: #ececec;
border-radius: 200px;
@@ -148,13 +148,13 @@ html {
width: 512px;
}
-#omnibox-content {
+#url-indicator-content {
align-items: center;
display: flex;
max-width: 448px;
}
-.omnibox-icon {
+.url-indicator-icon {
-webkit-mask-size: 50px;
display: none;
flex: none;
@@ -163,29 +163,29 @@ html {
width: 50px;
}
-#omnibox-info-icon {
+#url-indicator-info-icon {
-webkit-mask-image: url(../../../../ui/webui/resources/images/i_circle.svg);
background-color: rgb(90, 90, 90);
}
-#omnibox-lock-icon {
+#url-indicator-lock-icon {
-webkit-mask-image: url(../../../../ui/webui/resources/images/lock.svg);
background-color: rgb(11, 128, 67);
}
-#omnibox-warning-icon {
+#url-indicator-warning-icon {
-webkit-mask-image: url(../../../../ui/webui/resources/images/warning.svg);
background-color: rgb(199, 56, 33);
}
-#omnibox #url {
+#url-indicator #url {
color: #252525;
font-size: 34px;
overflow: hidden;
white-space: nowrap;
}
-#omnibox #path {
+#url-indicator #path {
color: #868686;
}
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/vr_shell_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698