| Index: ui/file_manager/file_manager/foreground/css/file_manager.css
|
| diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| index a42950f90f26944f4818baf83c69673dffb8ac72..a95858c195e7eb288a7048d0172ff351056f0b49 100644
|
| --- a/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
|
| @@ -1115,6 +1115,12 @@ li[renaming=''] .filename-label {
|
| width: 24px;
|
| }
|
|
|
| +.status-icon {
|
| + height: 24px;
|
| + width: 24px;
|
| + border-radius: 4px;
|
| +}
|
| +
|
| #detail-table .detail-icon {
|
| /* To shift the icon position. */
|
| margin-bottom: 2px;
|
|
|