diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-16 13:54:35 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-20 14:43:23 +0100 |
commit | b6e8a6e64f8fca3559fe9ca0f5ecbeaa1cb3f7c6 (patch) | |
tree | dee790afdba975ec0f158f90d48d28d5a1be6175 /core/img/actions/checkbox-checked.svg | |
parent | 308aaf89cd916a0c26c219650e09b8612a50fc47 (diff) | |
download | nextcloud-server-b6e8a6e64f8fca3559fe9ca0f5ecbeaa1cb3f7c6.tar.gz nextcloud-server-b6e8a6e64f8fca3559fe9ca0f5ecbeaa1cb3f7c6.zip |
add icons for disabled checkbox, radio button, error and colored checkmark
Diffstat (limited to 'core/img/actions/checkbox-checked.svg')
-rw-r--r-- | core/img/actions/checkbox-checked.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/checkbox-checked.svg b/core/img/actions/checkbox-checked.svg index c5aa3cd73bb..c648957429e 100644 --- a/core/img/actions/checkbox-checked.svg +++ b/core/img/actions/checkbox-checked.svg @@ -1,5 +1,5 @@ <?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 d="m2.5 2.5h11v11h-11z" fill="#fff"/> - <path fill="#55739a" 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"/> + <path 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" fill="#55739a"/> </svg> |