| 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 f70a5ccb498d67ac2c67f09a4c06ceebb6cbf2c0..e4b3debe1ee5c72bf2affadce33eba8130e11d16 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.css
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.css
|
| @@ -123,7 +123,8 @@ body.fakebox-focused #cursor {
|
| }
|
|
|
| .custom-theme .mv-title,
|
| -.custom-theme #mv-msg {
|
| +.custom-theme #mv-msg,
|
| +.custom-theme #recent-tabs {
|
| color: #fff;
|
| text-shadow: black 0 1px 3px;
|
| }
|
| @@ -294,7 +295,8 @@ body.fakebox-focused #cursor {
|
| padding: 0 4px;
|
| }
|
|
|
| -#mv-notice-links span:hover {
|
| +#mv-notice-links span:hover,
|
| +#recent-tabs:hover {
|
| text-decoration: underline;
|
| }
|
|
|
| @@ -313,20 +315,33 @@ body.fakebox-focused #cursor {
|
| display: none;
|
| }
|
|
|
| -#attribution {
|
| +#footer {
|
| -webkit-user-select: none;
|
| - bottom: 0;
|
| + bottom: 8px;
|
| + position: absolute;
|
| + right: 13px;
|
| + white-space: nowrap;
|
| +}
|
| +
|
| +#attribution {
|
| color: #fff;
|
| cursor: default;
|
| + display: inline-block;
|
| font-size: 75%;
|
| - position: absolute;
|
| - right: 13px;
|
| + margin-left: 10px;
|
| text-align: left;
|
| z-index: -1;
|
| }
|
|
|
| -#attribution img {
|
| - display: block;
|
| +#attribution.attribution-hide {
|
| + display: none;
|
| +}
|
| +
|
| +#recent-tabs {
|
| + color: rgb(17, 85, 204);
|
| + cursor: pointer;
|
| + font-family: Arial;
|
| + font-size: 14px;
|
| }
|
|
|
| .suggestions-box {
|
|
|