Chromium Code Reviews| Index: chrome/browser/resources/new_new_tab.css |
| =================================================================== |
| --- chrome/browser/resources/new_new_tab.css (revision 21364) |
| +++ chrome/browser/resources/new_new_tab.css (working copy) |
| @@ -237,6 +237,10 @@ |
| .edit-mode-border { |
| -webkit-border-radius: 4px; |
| background-color: hsla(213, 54%, 95%, 0); |
| + |
| + /* when dragged over we move this */ |
| + position: relative; |
| + -webkit-transition: top .15s, left .15s; |
| } |
| .thumbnail-container:focus .thumbnail, |