diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index a81e6b8..efffb80 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -237,6 +237,10 @@ html[dir=rtl] .thumbnail-container > .title > div { .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, |