Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/icons/checkbox.svg

Issue 29601581: Issue 5872 - apply style changes (Closed)
Patch Set: Created Nov. 15, 2017, 2:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skin/desktop-options.css ('k') | skin/icons/toggle.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/icons/checkbox.svg
===================================================================
new file mode 100644
--- /dev/null
+++ b/skin/icons/checkbox.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <view id="on" viewBox="0 0 18 18"/>
+ <g fill="none" fill-rule="evenodd">
+ <rect width="18" height="18" fill="#077CA6" stroke="#077CA6" rx="2"/>
+ <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>
+
+ <view id="off" viewBox="0 18 18 18"/>
+ <rect width="17" height="17" x=".5" y="18.5" fill="none" stroke="#000" rx="2"/>
+</svg>
« no previous file with comments | « skin/desktop-options.css ('k') | skin/icons/toggle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld