| Index: chrome/browser/resources/file_manager/css/file_manager.css
|
| diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
|
| index c4d6c4543fb56877a8911a7debcbce32950fb5af..bade8ada52a66d2f3d06509dc5d8d5836adacdca 100644
|
| --- a/chrome/browser/resources/file_manager/css/file_manager.css
|
| +++ b/chrome/browser/resources/file_manager/css/file_manager.css
|
| @@ -848,6 +848,20 @@ body[type='full-page'] .thumbnail-grid .thumbnail-bottom {
|
| border-color: transparent;
|
| }
|
|
|
| +#roots-list > .accepts,
|
| +#list-container list > .accepts,
|
| +#list-container grid > .accepts {
|
| + -webkit-animation: acceptsBlink 200ms linear 1s 3;
|
| +}
|
| +
|
| +@-webkit-keyframes acceptsBlink {
|
| + 0% {
|
| + background-color: transparent;
|
| + }
|
| + 50% {
|
| + }
|
| +}
|
| +
|
| .table-row-cell .filename-label,
|
| .thumbnail-item .filename-label,
|
| /* Show ellipsis in cells. The name column has different structure and overrides
|
|
|