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

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

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Arg. Fix style. Created 3 years, 12 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.html
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
index 3ba2f45b0fd1ff17b5bba4691cb740c136dfc8fb..26555edf83be468b94d61116ce5878eda1f2edc4 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -34,14 +34,11 @@ found in the LICENSE file.
<div id="omni-container" class="ui-element">
<div id="omni" class="idle">
<div id="omni-content">
- <img id="omni-warning-icon" class="connection-security"
- src="../../../../ui/webui/resources/images/warning.svg">
- <img id="omni-info-icon" class="connection-security"
- src="../../../../ui/webui/resources/images/i_circle.svg">
- <img id="omni-lock-icon" class="connection-security"
- src="../../../../ui/webui/resources/images/lock.svg">
+ <div id="omni-info-icon" class="omni-icon"></div>
+ <div id="omni-lock-icon" class="omni-icon"></div>
+ <div id="omni-warning-icon" class="omni-icon"></div>
<div id="url">
- <span id="domain"></span><span id="path"></span>
+ <span id="domain"></span><span id="path"></span>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698