| 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>
|
|
|