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

Unified Diff: ui/webui/resources/css/expandable_bubble.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 | « ui/webui/resources/css/bubble.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/expandable_bubble.css
diff --git a/ui/webui/resources/css/expandable_bubble.css b/ui/webui/resources/css/expandable_bubble.css
index ee4bc03dbc2c7a77f99df62d33e3bf09cbdc205a..5cc773ff0ab1ea8da9c384fcd988eef90c0edc0d 100644
--- a/ui/webui/resources/css/expandable_bubble.css
+++ b/ui/webui/resources/css/expandable_bubble.css
@@ -74,18 +74,18 @@
.expandable-bubble-close {
background-image: -webkit-image-set(
- url('../../../resources/default_100_percent/close_bar.png') 1x,
- url('../../../resources/default_200_percent/close_bar.png') 2x);
+ url('../../../resources/default_100_percent/button_close_2_normal.png') 1x,
+ url('../../../resources/default_200_percent/button_close_2_normal.png') 2x);
}
.expandable-bubble-close:hover {
background-image: -webkit-image-set(
- url('../../../resources/default_100_percent/close_bar_hover.png') 1x,
- url('../../../resources/default_200_percent/close_bar_hover.png') 2x);
+ url('../../../resources/default_100_percent/button_close_2_hover.png') 1x,
+ url('../../../resources/default_200_percent/button_close_2_hover.png') 2x);
}
.expandable-bubble-close:active {
background-image: -webkit-image-set(
- url('../../../resources/default_100_percent/close_bar_pressed.png') 1x,
- url('../../../resources/default_200_percent/close_bar_pressed.png') 2x);
+ url('../../../resources/default_100_percent/button_close_2_pressed.png') 1x,
+ url('../../../resources/default_200_percent/button_close_2_pressed.png') 2x);
}
« no previous file with comments | « ui/webui/resources/css/bubble.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698