diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-11 17:16:33 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-16 09:06:05 +0200 |
commit | a7b27433ef5d10309ee88dcd0634e6f76b980faa (patch) | |
tree | bc5e36e98c7fd0169c4511d7abd3802bdaad249c /core/img | |
parent | 7be8984fd9a6c6c3292f01d4bdbf24d80e4c0079 (diff) | |
download | nextcloud-server-a7b27433ef5d10309ee88dcd0634e6f76b980faa.tar.gz nextcloud-server-a7b27433ef5d10309ee88dcd0634e6f76b980faa.zip |
add white versions of custom checkboxes
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/checkbox-checked-white.png | bin | 0 -> 267 bytes | |||
-rw-r--r-- | core/img/actions/checkbox-checked-white.svg | 4 | ||||
-rw-r--r-- | core/img/actions/checkbox-mixed-white.png | bin | 0 -> 135 bytes | |||
-rw-r--r-- | core/img/actions/checkbox-mixed-white.svg | 4 | ||||
-rw-r--r-- | core/img/actions/checkbox-white.png | bin | 0 -> 130 bytes | |||
-rw-r--r-- | core/img/actions/checkbox-white.svg | 4 |
6 files changed, 12 insertions, 0 deletions
diff --git a/core/img/actions/checkbox-checked-white.png b/core/img/actions/checkbox-checked-white.png Binary files differnew file mode 100644 index 00000000000..ed8e3d3d557 --- /dev/null +++ b/core/img/actions/checkbox-checked-white.png diff --git a/core/img/actions/checkbox-checked-white.svg b/core/img/actions/checkbox-checked-white.svg new file mode 100644 index 00000000000..388e5588a08 --- /dev/null +++ b/core/img/actions/checkbox-checked-white.svg @@ -0,0 +1,4 @@ +<?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="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path fill="#fff" d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm8.924 2.0664l1.433 1.4316-6.3648 6.365-4.2422-4.2439 1.4141-1.414 2.8281 2.8301 4.9318-4.9688z"/> +</svg> diff --git a/core/img/actions/checkbox-mixed-white.png b/core/img/actions/checkbox-mixed-white.png Binary files differnew file mode 100644 index 00000000000..0b81f998fc5 --- /dev/null +++ b/core/img/actions/checkbox-mixed-white.png diff --git a/core/img/actions/checkbox-mixed-white.svg b/core/img/actions/checkbox-mixed-white.svg new file mode 100644 index 00000000000..45e56a07290 --- /dev/null +++ b/core/img/actions/checkbox-mixed-white.svg @@ -0,0 +1,4 @@ +<?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="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path fill="#fff" d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm1 5h8v2h-8v-2z"/> +</svg> diff --git a/core/img/actions/checkbox-white.png b/core/img/actions/checkbox-white.png Binary files differnew file mode 100644 index 00000000000..f0f903c77c6 --- /dev/null +++ b/core/img/actions/checkbox-white.png diff --git a/core/img/actions/checkbox-white.svg b/core/img/actions/checkbox-white.svg new file mode 100644 index 00000000000..3c5f6090f6e --- /dev/null +++ b/core/img/actions/checkbox-white.svg @@ -0,0 +1,4 @@ +<?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="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path fill="#fff" d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm0 1h10v10h-10v-10z"/> +</svg> |