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

Unified Diff: components/neterror/resources/neterror.css

Issue 2365263006: Delete pre-MD code from OmniboxResultView (Closed)
Patch Set: update references to constant (merge resolution) Created 4 years, 2 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: components/neterror/resources/neterror.css
diff --git a/components/neterror/resources/neterror.css b/components/neterror/resources/neterror.css
index 1cbc66cf336f9c49151a349c886e1a7b103f6ce5..ba789e5644871b98cd9f0e0a77ed9458a8eab157 100644
--- a/components/neterror/resources/neterror.css
+++ b/components/neterror/resources/neterror.css
@@ -162,8 +162,8 @@ a {
#search-image {
content:
-webkit-image-set(
- url(../../resources/default_100_percent/omnibox/omnibox_search_button_loupe.png) 1x,
- url(../../resources/default_200_percent/omnibox/omnibox_search_button_loupe.png) 2x);
+ url(../../resources/default_100_percent/neterror/search_glass.png) 1x,
+ url(../../resources/default_200_percent/neterror/search_glass.png) 2x);
margin: auto;
}

Powered by Google App Engine
This is Rietveld 408576698