| Index: chrome/browser/resources/local_ntp/local_ntp.css
|
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
|
| index 4333dd2f1d8568215e8355ba43ef664ca646d487..40493ba16ebcdc7e9d436dedca3de2a3cbaa450d 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.css
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.css
|
| @@ -37,6 +37,10 @@ body.hide-fakebox-logo #fakebox {
|
| width: 272px;
|
| }
|
|
|
| +.non-google-page #logo {
|
| + display: none;
|
| +}
|
| +
|
| body.alternate-logo #logo {
|
| -webkit-mask-image:
|
| url(../../../../ui/webui/resources/images/google_logo.svg);
|
| @@ -63,6 +67,10 @@ body.alternate-logo #logo {
|
| width: 298px;
|
| }
|
|
|
| +.non-google-page #fakebox {
|
| + display: none;
|
| +}
|
| +
|
| #fakebox:hover {
|
| border: 1px solid rgb(169, 169, 169);
|
| border-top-color: rgb(144, 144, 144);
|
|
|