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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 1284643005: Get rid of a couple references to IDR_WARNING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/inspect/inspect.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 797898c045fee3544c944913e715a1375a7fe3fa..aac126c3c6fa1763222ae6d787bae127a55e57c9 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -415,7 +415,8 @@ html[dir='rtl'] #extension-settings .trash {
}
.profile-is-supervised-banner .page-banner-text {
- background-image: url(chrome://theme/IDR_WARNING);
+ background-image: url(../../../../ui/webui/resources/images/warning.svg);
+ background-size: 18px;
}
/* Sideload Wipeout */
« no previous file with comments | « no previous file | chrome/browser/resources/inspect/inspect.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698