summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <github@jus.li>2016-09-21 16:34:01 +0200
committerGitHub <noreply@github.com>2016-09-21 16:34:01 +0200
commite9780b7995b315883b205288737d00bb90dab24a (patch)
treef8a94dad441b0d371e1fb75258040c565b051559 /core
parent82e4b2c70c6dfc4ce772ac4856e97c7d3bcda42b (diff)
parent76ad7e0becc12df1f678cce9850d213ce5593466 (diff)
downloadnextcloud-server-e9780b7995b315883b205288737d00bb90dab24a.tar.gz
nextcloud-server-e9780b7995b315883b205288737d00bb90dab24a.zip
Merge pull request #1480 from nextcloud/icon-more-white
add icon-more-white
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.css3
-rw-r--r--core/img/actions/more-white.svg5
2 files changed, 8 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 3b12f9ea2e6..45069a23c44 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -218,6 +218,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
.icon-more {
background-image: url('../img/actions/more.svg?v=1');
}
+.icon-more-white {
+ background-image: url('../img/actions/more-white.svg?v=1');
+}
.icon-password {
background-image: url('../img/actions/password.svg?v=1');
diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg
new file mode 100644
index 00000000000..b0bd1f2ec64
--- /dev/null
+++ b/core/img/actions/more-white.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0">
+ <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/>
+ <path d="m3 6c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.105 0-2 0.8954-2 2s0.895 2 2 2 2-0.8954 2-2-0.895-2-2-2z" fill-rule="evenodd" fill="#fff"/>
+</svg>