| Index: chrome/renderer/resources/disabled_plugin.html
|
| diff --git a/chrome/renderer/resources/disabled_plugin.html b/chrome/renderer/resources/disabled_plugin.html
|
| index ad035cadf271cab16e781e8d4d07158fd9758c76..ca71450d4d0339299a371ef49741273de7cf61d3 100644
|
| --- a/chrome/renderer/resources/disabled_plugin.html
|
| +++ b/chrome/renderer/resources/disabled_plugin.html
|
| @@ -68,17 +68,17 @@ p {
|
| 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>
|
| </head>
|
|
|