| Index: chrome/browser/resources/plugins.css
|
| diff --git a/chrome/browser/resources/plugins.css b/chrome/browser/resources/plugins.css
|
| index 7eb4499cd24533da7bf5122db4cc25b5547da781..a585fc2bc185b5ecc23d97f9f3673f763a7f8e43 100644
|
| --- a/chrome/browser/resources/plugins.css
|
| +++ b/chrome/browser/resources/plugins.css
|
| @@ -25,7 +25,7 @@ div#header {
|
| }
|
|
|
| #header h1 {
|
| - background: url('../../app/theme/extensions_section.png') 0 20px no-repeat;
|
| + background: url('../../app/theme/default_100_percent/extensions_section.png') 0 20px no-repeat;
|
| display: inline;
|
| margin: 0;
|
| padding-bottom: 20px;
|
| @@ -34,7 +34,7 @@ div#header {
|
| }
|
|
|
| html[dir=rtl] #header h1 {
|
| - background: url('../../app/theme/extensions_section.png') right no-repeat;
|
| + background: url('../../app/theme/default_100_percent/extensions_section.png') right no-repeat;
|
| padding-left: 0;
|
| padding-right: 95px;
|
| }
|
|
|