Index: skin/icons/checkbox.svg |
=================================================================== |
--- a/skin/icons/checkbox.svg |
+++ b/skin/icons/checkbox.svg |
@@ -7,4 +7,10 @@ |
<view id="off" viewBox="0 18 18 18"/> |
<rect width="17" height="17" x=".5" y="18.5" fill="none" stroke="#000" rx="2"/> |
+ |
+ <view id="on-disabled" viewBox="0 36 18 18"/> |
+ <g fill="none" fill-rule="evenodd" transform="translate(0, 36)"> |
+ <rect width="17" height="17" fill="#ccc" stroke="#ccc" rx="2" x=".5" y=".5" /> |
+ <polyline stroke="#FFF" stroke-linecap="square" stroke-width="2" points="3.5 10.327 7.579 13.5 14.5 4.5" transform="rotate(6 9 9)"/> |
+ </g> |
</svg> |