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

Unified Diff: chrome/browser/resources/options/chromeos/accounts_options_page.css

Issue 9192037: Remove dangling chrome://theme/IDR_CLOSE_BAR* references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/options/chromeos/accounts_options_page.css
diff --git a/chrome/browser/resources/options/chromeos/accounts_options_page.css b/chrome/browser/resources/options/chromeos/accounts_options_page.css
index 1ba20e90fb353ade243d52490bdff345c82ccd8c..54a600b090ff6389ecaad1aa5862d72691b8415c 100644
--- a/chrome/browser/resources/options/chromeos/accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos/accounts_options_page.css
@@ -38,13 +38,13 @@
}
.remove-user-button {
- background-image: url(chrome://theme/IDR_CLOSE_BAR);
+ background-image: url('../../../../../ui/resources/close_bar.png');
width: 16px;
height: 16px;
}
.remove-user-button:hover {
- background-image: url(chrome://theme/IDR_CLOSE_BAR_H);
+ background-image: url('../../../../../ui/resources/close_bar_h.png');
}
#userList {
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/options2/chromeos/accounts_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698