diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 16:03:26 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 16:03:26 +0200 |
commit | 980a0893f0070de007d5c3842994c6720b381117 (patch) | |
tree | 6d48352f40aad1b53b7e10bc4032708d82d1ab2a /core/img | |
parent | e345fbd386f3e2c63b6682ae245beb7b24af08fb (diff) | |
download | nextcloud-server-980a0893f0070de007d5c3842994c6720b381117.tar.gz nextcloud-server-980a0893f0070de007d5c3842994c6720b381117.zip |
Change colorselector to use border for selected color
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/selected.png | bin | 276 -> 0 bytes | |||
-rw-r--r-- | core/img/actions/selected.svg | 73 |
2 files changed, 0 insertions, 73 deletions
diff --git a/core/img/actions/selected.png b/core/img/actions/selected.png Binary files differdeleted file mode 100644 index 98c29df9cf5..00000000000 --- a/core/img/actions/selected.png +++ /dev/null diff --git a/core/img/actions/selected.svg b/core/img/actions/selected.svg deleted file mode 100644 index 3294f68c68d..00000000000 --- a/core/img/actions/selected.svg +++ /dev/null @@ -1,73 +0,0 @@ -<?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.1 r9760" - sodipodi:docname="play.svg" - inkscape:export-filename="/home/jancborchardt/owncloud/core/img/actions/play-add.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="25.345359" - inkscape:cx="10.565719" - inkscape:cy="5.327912" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1280" - inkscape:window-height="969" - inkscape:window-x="-2" - inkscape:window-y="-3" - 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.36)"> - <path - style="fill:#000000;fill-opacity:1;stroke:none" - d="m 14,1038.3622 -6,12 -6,-12 6,6.9978 z" - id="path3086" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccc" /> - </g> -</svg> |