| Index: chrome/browser/resources/new_new_tab.css
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.css (revision 21698)
|
| +++ 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,
|
|
|
| Property changes on: chrome\browser\resources\new_new_tab.css
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/resources/new_new_tab.css:r21396
|
|
|
|
|