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

Unified Diff: chrome/renderer/resources/click_to_play_plugin.html

Issue 9187061: Preliminary implementation of Google-style dialogs in ash::internal::DialogFrameView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, copyright 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/renderer/resources/blocked_plugin.html ('k') | chrome/renderer/resources/disabled_plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/click_to_play_plugin.html
diff --git a/chrome/renderer/resources/click_to_play_plugin.html b/chrome/renderer/resources/click_to_play_plugin.html
index a980654db6ba6cb33f9a3ea96f32402223e9ad07..9bea90dde929f03d71855a6ea1ba1abe3af1fd89 100644
--- a/chrome/renderer/resources/click_to_play_plugin.html
+++ b/chrome/renderer/resources/click_to_play_plugin.html
@@ -77,17 +77,17 @@ FIXME: This causes flickering on hover.
top: 3px;
height: 14px;
width: 14px;
- background-image: url("../../app/theme/close_bar.png");
+ background-image: url("../../../ui/resources/close_bar.png");
background-position: right top;
background-repeat: no-repeat;
}
#close:hover {
- background-image: url("../../app/theme/close_bar_h.png");
+ background-image: url("../../../ui/resources/close_bar_h.png");
}
#close:active {
- background-image: url("../../app/theme/close_bar_p.png");
+ background-image: url("../../../ui/resources/close_bar_p.png");
}
</style>
« no previous file with comments | « chrome/renderer/resources/blocked_plugin.html ('k') | chrome/renderer/resources/disabled_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698