| 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 31851c9fac37aceda93b29815771151510336f5c..4333dd2f1d8568215e8355ba43ef664ca646d487 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.css
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.css
|
| @@ -28,15 +28,6 @@ body.hide-fakebox-logo #fakebox {
|
| visibility: hidden;
|
| }
|
|
|
| -body.fakebox-disable #fakebox {
|
| - border-color: rgb(238, 238, 238);
|
| - cursor: default;
|
| -}
|
| -
|
| -body.fakebox-disable #fakebox > input {
|
| - cursor: default;
|
| -}
|
| -
|
| #logo {
|
| background-image: url(../../../../ui/webui/resources/images/google_logo.svg);
|
| background-repeat: no-repeat;
|
| @@ -236,8 +227,7 @@ html[dir=rtl] #mv-notice-x {
|
| }
|
|
|
| #mv-notice-links span:hover,
|
| -#mv-notice-links span:focus,
|
| -#recent-tabs:hover {
|
| +#mv-notice-links span:focus {
|
| text-decoration: underline;
|
| }
|
|
|
| @@ -280,26 +270,6 @@ html[dir=rtl] #attribution,
|
| text-align: right;
|
| }
|
|
|
| -#recent-tabs {
|
| - background: #fff;
|
| - border: 1px solid #c0c0c0;
|
| - border-radius: 2px;
|
| - bottom: 0;
|
| - color: rgb(17, 85, 204);
|
| - cursor: pointer;
|
| - font-family: Arial;
|
| - font-size: 14px;
|
| - opacity: 0.9;
|
| - padding: 3px;
|
| - position: fixed;
|
| - right: 8px;
|
| -}
|
| -
|
| -html[dir=rtl] #recent-tabs {
|
| - left: 8px;
|
| - right: auto;
|
| -}
|
| -
|
| #mv-single {
|
| border: none;
|
| height: 100%;
|
|
|