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

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

Issue 2622593003: Move the omnibox natively when showing or hiding. (Closed)
Patch Set: Drop useless omnibox constructor argument. 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
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 ff97a4d75a79e187bde2e6425278c87a2040873e..7e49fc38c34bccc81f8b5c2024a73f475b61243f 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -126,6 +126,8 @@ html {
}
#omnibox-border {
+ --fadeTimeMs: 500;
+ --fadeYOffset: -0.1;
--statusBarColor: rgb(66, 133, 244);
background-color: #ececec;
border-radius: 200px;
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698