diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:55 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:55 +0200 |
commit | 3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe (patch) | |
tree | 4a3b04f53eef0cbfc9c086e13fd6842bdc11dc8f | |
parent | b0847a61f52b8056365d26b52d23dddab329b62d (diff) | |
download | nextcloud-server-3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe.tar.gz nextcloud-server-3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe.zip |
Add icon for calendar color selector
-rw-r--r-- | apps/calendar/css/style.css | 2 | ||||
-rw-r--r-- | core/img/actions/selected.png | bin | 0 -> 276 bytes | |||
-rw-r--r-- | core/img/actions/selected.svg | 73 |
3 files changed, 74 insertions, 1 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 5e19b88f55a..e1c89326aa3 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -60,4 +60,4 @@ select#category{width:140px;} button.category{margin:0 3px;} .calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;} -.calendar-colorpicker-color.active{background-image:url("../../../core/img/jquery-ui/ui-icons_222222_256x240.png");background-position:-62px -143px;} +.calendar-colorpicker-color.active{background-image:url("../../../core/img/actions/selected.svg");background-position:2px 2px;} diff --git a/core/img/actions/selected.png b/core/img/actions/selected.png Binary files differnew file mode 100644 index 00000000000..98c29df9cf5 --- /dev/null +++ b/core/img/actions/selected.png diff --git a/core/img/actions/selected.svg b/core/img/actions/selected.svg new file mode 100644 index 00000000000..3294f68c68d --- /dev/null +++ b/core/img/actions/selected.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.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> |