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

Unified Diff: chrome/browser/resources/shared/css/expandable_bubble.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
« no previous file with comments | « chrome/browser/resources/shared/css/bubble.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/expandable_bubble.css
diff --git a/chrome/browser/resources/shared/css/expandable_bubble.css b/chrome/browser/resources/shared/css/expandable_bubble.css
index 193abe1dc141a746d47edbee7206f15917e3977f..c17160bc8113e00dc18e78201798695ddd39368e 100644
--- a/chrome/browser/resources/shared/css/expandable_bubble.css
+++ b/chrome/browser/resources/shared/css/expandable_bubble.css
@@ -74,13 +74,13 @@
}
.expandable-bubble-close {
- background-image: url('chrome://theme/IDR_CLOSE_BAR');
+ background-image: url('../../../../../ui/resources/close_bar.png');
}
.expandable-bubble-close:hover {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
+ background-image: url('../../../../../ui/resources/close_bar_h.png');
}
.expandable-bubble-close:active {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_P');
+ background-image: url('../../../../../ui/resources/close_bar_p.png');
}
« no previous file with comments | « chrome/browser/resources/shared/css/bubble.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698