diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-13 15:15:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-23 14:06:04 +0200 |
commit | 586eb3ed0a3bdd8750f92fcc67d378989413c2bd (patch) | |
tree | a2a00855c0a46efe8d86645be2e65854bcf4d100 /core/img | |
parent | 46332b0d8e111a3df3efd7fc7081afa7eade3ade (diff) | |
download | nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.tar.gz nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.zip |
Redesign jQuery UI datepicker
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/arrow-left.svg | 1 | ||||
-rw-r--r-- | core/img/actions/arrow-right.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/img/actions/arrow-left.svg b/core/img/actions/arrow-left.svg new file mode 100644 index 00000000000..34b2fda2426 --- /dev/null +++ b/core/img/actions/arrow-left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m5.5 8 6 6v1l-7-7 7-7v1z"/></svg> diff --git a/core/img/actions/arrow-right.svg b/core/img/actions/arrow-right.svg new file mode 100644 index 00000000000..102b9cf6b5b --- /dev/null +++ b/core/img/actions/arrow-right.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m10.5 8-6-6v-1l7 7-7 7v-1z"/></svg> |