| Index: chrome/browser/resources/new_new_tab.css
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.css (revision 19877)
|
| +++ chrome/browser/resources/new_new_tab.css (working copy)
|
| @@ -468,14 +468,13 @@
|
| display: none;
|
| border: 1px solid #999;
|
| -webkit-box-shadow: 5px 5px 10px hsla(0, 0%, 0%, .3);
|
| - background-color: white;
|
| + background-color: hsla(213, 0%, 100%, .95);
|
| width: 157px;
|
| left: 0;
|
| white-space: nowrap;
|
| - opacity: .9;
|
| z-index: 1;
|
| - pointer-events: none;
|
| padding: 1px;
|
| + cursor: default;
|
| }
|
|
|
| .hbox {
|
|
|