diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-24 09:44:13 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-24 09:44:13 +0200 |
commit | 13cca9392934d34bc95fc84a7b80db5eedf8e18c (patch) | |
tree | ae1f4a25b434651f773a28afb69bdb5c8e744ce9 | |
parent | 8c0cf07d2f5a1b8f5402bd01b9503663d775e119 (diff) | |
parent | dada7d0c341cc40ab48a8e26fa28224bcd00be3b (diff) | |
download | nextcloud-server-13cca9392934d34bc95fc84a7b80db5eedf8e18c.tar.gz nextcloud-server-13cca9392934d34bc95fc84a7b80db5eedf8e18c.zip |
Merge pull request #19292 from owncloud/close-icon
add slight shadow to close icon to make it visible on top of dark images
-rw-r--r-- | core/img/actions/close.png | bin | 206 -> 493 bytes | |||
-rw-r--r-- | core/img/actions/close.svg | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/core/img/actions/close.png b/core/img/actions/close.png Binary files differindex ece33258e56..66e3c26cc65 100644 --- a/core/img/actions/close.png +++ b/core/img/actions/close.png diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index 4471dbc6301..e060da3f8bb 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -1,3 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path d="M12.95,11.536,11.536,12.95,8,9.4142,4.4645,12.95,3.0503,11.536,6.5858,8,3.0503,4.4644,4.4645,3.0502,8,6.5858,11.516,3.0311,12.95,4.4644,9.4143,8z" fill="#000"/> + <defs> + <filter id="a" style="color-interpolation-filters:sRGB" height="1.5994" width="1.6006" y="-.29971" x="-.30029"> + <feGaussianBlur stdDeviation="1.2386625"/> + </filter> + </defs> + <path d="m12.95 11.536-1.414 1.414-3.536-3.5358-3.5355 3.5358-1.4142-1.414 3.5355-3.536-3.5355-3.5356 1.4142-1.4142 3.5355 3.5356 3.516-3.5547 1.434 1.4333-3.5357 3.5356z" filter="url(#a)" stroke="#fff" stroke-width="2" fill="#fff"/> + <path d="m12.95 11.536-1.414 1.414-3.536-3.5358-3.5355 3.5358-1.4142-1.414 3.5355-3.536-3.5355-3.5356 1.4142-1.4142 3.5355 3.5356 3.516-3.5547 1.434 1.4333-3.5357 3.5356z"/> </svg> |