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

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

Issue 12966002: Inconsistent use of [x] close panel icon (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Renamed bitmap resources and resource IDs for close buttons. 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..6c7539e05d5727e7d61ad0b52df972c97c20a88e 100644
--- a/chrome/browser/resources/options/chromeos/accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos/accounts_options_page.css
@@ -43,18 +43,20 @@
.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/button_close_2_normal.png')
+ 1x,
+url('../../../../../ui/resources/default_200_percent/button_close_2_normal.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')
- 1x,
- url('../../../../../ui/resources/default_200_percent/close_bar_hover.png')
- 2x);
+ url('../../../../../ui/resources/default_100_percent/button_close_2_hover.png')
+ 1x,
+ url('../../../../../ui/resources/default_200_percent/button_close_2_hover.png')
+ 2x);
}
#userList {
« 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