diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 21:40:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 21:40:22 +0200 |
commit | d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a (patch) | |
tree | 586db46f5a8ffc748db94eb1edea0d9810081594 /core/img | |
parent | ffe5ef2268bb4732670f231832b4e0b04e8400e2 (diff) | |
download | nextcloud-server-d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a.tar.gz nextcloud-server-d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a.zip |
fixing upload icon color
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/upload-white.png | bin | 0 -> 228 bytes | |||
-rw-r--r-- | core/img/actions/upload-white.svg | 73 | ||||
-rw-r--r-- | core/img/actions/upload.png | bin | 228 -> 236 bytes | |||
-rw-r--r-- | core/img/actions/upload.svg | 8 |
4 files changed, 77 insertions, 4 deletions
diff --git a/core/img/actions/upload-white.png b/core/img/actions/upload-white.png Binary files differnew file mode 100644 index 00000000000..09dba9e9108 --- /dev/null +++ b/core/img/actions/upload-white.png diff --git a/core/img/actions/upload-white.svg b/core/img/actions/upload-white.svg new file mode 100644 index 00000000000..32ecd8b82b7 --- /dev/null +++ b/core/img/actions/upload-white.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg3875" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="upload.svg" + inkscape:export-filename="/home/jancborchardt/owncloud/core/img/actions/play.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs3877" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="17.921875" + inkscape:cx="-5.3403178" + inkscape:cy="10.148736" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1280" + inkscape:window-height="774" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid3883" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3880"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 10,1051.3622 -4,0 -1,-7 -4,0 7,-7 7,7 -4,0 z" + id="path3086" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccc" /> + </g> +</svg> diff --git a/core/img/actions/upload.png b/core/img/actions/upload.png Binary files differindex 09dba9e9108..5744aad75a8 100644 --- a/core/img/actions/upload.png +++ b/core/img/actions/upload.png diff --git a/core/img/actions/upload.svg b/core/img/actions/upload.svg index 74c56da5b71..718da8f4a59 100644 --- a/core/img/actions/upload.svg +++ b/core/img/actions/upload.svg @@ -14,8 +14,8 @@ id="svg3875" version="1.1" inkscape:version="0.48.2 r9819" - sodipodi:docname="upload.svg" - inkscape:export-filename="/home/jancborchardt/owncloud/core/img/actions/play.png" + sodipodi:docname="upload-white.svg" + inkscape:export-filename="/home/user/owncloud/core/img/actions/upload-white.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> <defs @@ -54,7 +54,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> + <dc:title></dc:title> </cc:Work> </rdf:RDF> </metadata> @@ -64,7 +64,7 @@ id="layer1" transform="translate(0,-1036.3622)"> <path - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:#000000;fill-opacity:1;stroke:none" d="m 10,1051.3622 -4,0 -1,-7 -4,0 7,-7 7,7 -4,0 z" id="path3086" inkscape:connector-curvature="0" |