diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
commit | 7f36c2090a3045a1a45c486d55250af11fc3d7c3 (patch) | |
tree | a828b6c1d520584ef31cd1d8b5e311ae12e9b895 /core/img | |
parent | 399a965240af81e471af041d78b791baf99d7973 (diff) | |
download | nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.tar.gz nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.zip |
Make close icon fill more space
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/close-white.svg | 2 | ||||
-rw-r--r-- | core/img/actions/close.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/img/actions/close-white.svg b/core/img/actions/close-white.svg index 49231d7d62f..75445a1ae75 100644 --- a/core/img/actions/close-white.svg +++ b/core/img/actions/close-white.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#fff" d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#fff" d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index 549c1ce76ee..4329b21bb0a 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> |