| Index: ui/file_manager/gallery/css/gallery.css
|
| diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
|
| index 77021d27ead42277f79a9680f0e7beaf43fedded..7d4484f0bf8dbe9ba077436f4218cce088f392af 100644
|
| --- a/ui/file_manager/gallery/css/gallery.css
|
| +++ b/ui/file_manager/gallery/css/gallery.css
|
| @@ -1128,8 +1128,8 @@ input[type='checkbox']:checked {
|
| -webkit-box-pack: center;
|
| background-color: rgba(24, 24, 24, 1);
|
| background-image: -webkit-image-set(
|
| - url(../../file_manager/foreground/images/media/error.png) 1x,
|
| - url(../../file_manager/foreground/images/media/2x/error.png) 2x);
|
| + url(../images/100/error.png) 1x,
|
| + url(../images/200/error.png) 2x);
|
| background-position: 25px center;
|
| background-repeat: no-repeat;
|
| color: white;
|
|
|