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

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

Issue 12634025: Inconsistent use of [x] close panel icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_173251
Patch Set: Fixed compile on linux, mac and win Created 7 years, 9 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 | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0eaa5f96c909a532611accfcf80a4337a9997d26..bba94eacfa56ec0d5c0bcca65bba4ba493304078 100644
--- a/chrome/browser/resources/options/chromeos/accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos/accounts_options_page.css
@@ -43,17 +43,17 @@
.remove-user-button {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/close_bar.png') 1x,
- url('../../../../../ui/resources/default_200_percent/close_bar.png') 2x);
+ url('../../../../../ui/resources/default_100_percent/close_2.png') 1x,
+ url('../../../../../ui/resources/default_200_percent/close_2.png') 2x);
height: 16px;
width: 16px;
}
.remove-user-button:hover {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/close_bar_hover.png')
+ url('../../../../../ui/resources/default_100_percent/close_2_hover.png')
1x,
- url('../../../../../ui/resources/default_200_percent/close_bar_hover.png')
+ url('../../../../../ui/resources/default_200_percent/close_2_hover.png')
2x);
}
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698