diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-09-28 12:07:04 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-09-28 12:07:04 +0200 |
commit | 29e80053bfc1d5463cf064491c15a8a946c53831 (patch) | |
tree | 8f98e7f8c68f9b880af7e3a5190ba27192d04612 | |
parent | f6e39e5400433dba7c2e9f4c50643553e3a03118 (diff) | |
download | nextcloud-server-29e80053bfc1d5463cf064491c15a8a946c53831.tar.gz nextcloud-server-29e80053bfc1d5463cf064491c15a8a946c53831.zip |
Center back the history icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/css/icons.scss | 2 | ||||
-rw-r--r-- | core/img/actions/history.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index bbab614972b..ca2a179d48f 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -210,7 +210,7 @@ img, object, video, button, textarea, input, select, div[contenteditable='true'] filter: drop-shadow(1px 1px 4px var(--color-box-shadow)); } -@include icon-black-white('history', 'actions', 1, true); +@include icon-black-white('history', 'actions', 2, true); @include icon-black-white('info', 'actions', 1, true); @include icon-black-white('logout', 'actions', 1, true); @include icon-black-white('mail', 'actions', 1, true); diff --git a/core/img/actions/history.svg b/core/img/actions/history.svg index 25b633c7bff..f6ffee7b0ad 100644 --- a/core/img/actions/history.svg +++ b/core/img/actions/history.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="m9.025 1.08c-3.95 0-6.535 3.447-6.364 6.72h-2.161l3.904 3.92 4.08-3.874h-2.147c-0.237-1.7 1.163-3.114 2.689-3.092 1.595 0.024 2.8 1.23 2.8 2.734 0.09 1.594-1.63 3.428-3.966 2.53 0 1.23 0.003 2.545 0 3.765 4.19 0.83 7.64-2.51 7.64-6.25 0-3.563-2.92-6.453-6.475-6.453z"/></svg> +<svg width="16" height="16" version="1.1" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><a transform="matrix(1.0741 0 0 1.0763 -.56278 -.092933)"><path d="m7.9319 1.9446c-3.4324 0-5.6787 2.9953-5.5301 5.8394h-1.8778l3.3924 3.4063 3.5454-3.3664h-1.8657c-0.20594-1.4772 1.0106-2.706 2.3366-2.6868 1.386 0.020855 2.4331 1.0688 2.4331 2.3758 0.07821 1.3851-1.4164 2.9788-3.4463 2.1985 0 1.0688 0.00261 2.2115 0 3.2717 3.641 0.72124 6.6389-2.1811 6.6389-5.431 0-3.0961-2.5374-5.6074-5.6266-5.6074z" stroke-width=".86897"/></a></svg> |