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

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

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Return UI-specific image resources to the UI resource directory. Created 4 years 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 d48fa334e1917e0bd6fc75b4698786d207771ee0..f7242b0bf9acfa76ac39d6e4382d7ce5e3a5c6b5 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -100,15 +100,15 @@ html {
}
#back .button {
- background-image: url(../../../../ui/webui/resources/images/vr_back.svg);
+ background-image: url(images/back.svg);
}
Dan Beam 2016/12/13 03:56:59 #back .button, #reload .button { background-imag
#reload .button {
- background-image: url(../../../../ui/webui/resources/images/vr_reload.svg);
+ background-image: url(images/reload.svg);
}
#forward .button {
- background-image: url(../../../../ui/webui/resources/images/vr_back.svg);
+ background-image: url(images/back.svg);
transform: scaleX(-1);
}
@@ -151,7 +151,8 @@ html {
max-width: 448px;
}
-#omni .connection-security {
+#omni-icon {
+ flex: none;
height: 50px;
margin-right: 10px;
width: 50px;

Powered by Google App Engine
This is Rietveld 408576698