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

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

Issue 2773533002: Add a progress indicator to the VR omnibox (Closed)
Patch Set: Created 3 years, 9 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 8b1f5b7e8dd0db1aac1dd4f8672d12cfba24d286..fd24f7775aa5061639bb9a1886eb668e0afe572f 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -313,7 +313,14 @@ html {
background-color: orange;
}
-#omnibox-url-element {
+#omnibox-border {
+ --statusBarColor: rgb(66, 133, 244);
+ background-color: white;
+ border-radius: 8px;
+ padding: 3px;
+}
+
+#omnibox-contents {
background-color: white;
border-radius: 6px;
box-sizing: border-box;
« 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