diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2016-04-12 09:47:14 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-12 09:47:14 +0200 |
commit | c7482eee4eaecefc3e8f68a8dbdce382a8858ac0 (patch) | |
tree | cc018e4bedc8e84f30266f998d9300a5ae26b6ac /core/img | |
parent | 495a964ca2e5384f6e6a97a4c9cab73a02928634 (diff) | |
download | nextcloud-server-c7482eee4eaecefc3e8f68a8dbdce382a8858ac0.tar.gz nextcloud-server-c7482eee4eaecefc3e8f68a8dbdce382a8858ac0.zip |
Checkboxes (#23063)
* remove ie8 fixes for checkboxes
* add indeterminate style to checkboxes
* add styles for radio inputs
* add missing checkbox-mixed-disabled icon
* fix white radios
* remove unnecessary png file
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/checkbox-mixed-disabled.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/img/actions/checkbox-mixed-disabled.svg b/core/img/actions/checkbox-mixed-disabled.svg new file mode 100644 index 00000000000..2a1bbe51218 --- /dev/null +++ b/core/img/actions/checkbox-mixed-disabled.svg @@ -0,0 +1,6 @@ +<?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="#dcdcdc"/> + <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-10zm0 1h10v10h-10v-10z" fill="#969696"/> + <path d="m4 7h8v2h-8z" fill="#fff"/> +</svg> |