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

Unified Diff: chrome/browser/resources/shared/css/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
Index: chrome/browser/resources/shared/css/bubble.css
diff --git a/chrome/browser/resources/shared/css/bubble.css b/chrome/browser/resources/shared/css/bubble.css
index 114326dc0177ae1f17f4ebc24a1ae16e5149270e..4c79db61c8626f298f0c354f64aa63fe9fe55466 100644
--- a/chrome/browser/resources/shared/css/bubble.css
+++ b/chrome/browser/resources/shared/css/bubble.css
@@ -38,15 +38,15 @@ html[dir='rtl'] .bubble-close {
}
.bubble-close {
- background-image: url('chrome://theme/IDR_CLOSE_BAR');
+ background-image: url('../../../../../ui/resources/close_bar.png');
}
.bubble-close:hover {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_H');
+ background-image: url('../../../../../ui/resources/close_bar_h.png');
}
.bubble-close:active {
- background-image: url('chrome://theme/IDR_CLOSE_BAR_P');
+ background-image: url('../../../../../ui/resources/close_bar_p.png');
}
.bubble-shadow {

Powered by Google App Engine
This is Rietveld 408576698