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

Unified Diff: ui/webui/resources/css/bubble.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 | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/bubble.css
diff --git a/ui/webui/resources/css/bubble.css b/ui/webui/resources/css/bubble.css
index ad42d96f8bfa492e697d2dd3eab0178f3e22ea2a..9975cfed005047de88cc3b3b480cc029e2892dc7 100644
--- a/ui/webui/resources/css/bubble.css
+++ b/ui/webui/resources/css/bubble.css
@@ -42,20 +42,20 @@ html[dir='rtl'] .bubble-close {
.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/close_2.png') 1x,
+ url('../../../resources/default_200_percent/close_2.png') 2x);
}
.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/close_2_hover.png') 1x,
+ url('../../../resources/default_200_percent/close_2_hover.png') 2x);
}
.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/close_2_pressed.png') 1x,
+ url('../../../resources/default_200_percent/close_2_pressed.png') 2x);
}
.bubble-shadow {
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698