]> source.dussan.org Git - nextcloud-server.git/commitdiff
add icon-more-white 1484/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 21 Sep 2016 13:25:14 +0000 (15:25 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 21 Sep 2016 22:58:51 +0000 (00:58 +0200)
core/css/icons.css
core/img/actions/more-white.svg [new file with mode: 0644]

index 1e8e1bff1c3fe745cbeb093eeaf0f231e4c62f28..bc13fc4f5372a9b0237c671caac7ef146db1ab18 100644 (file)
@@ -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 (file)
index 0000000..b0bd1f2
--- /dev/null
@@ -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>