From b2ac20aed174bc7754c7b74faa6efb8df3aa6841 Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Sat, 15 Aug 2015 13:37:35 +0100 Subject: [PATCH 001/136] Custom form controls improvements: radio & checkbox These no longer use SVGs (yay) which means they are more easy to modify. Checkboxes now have two variants: * a tick - use these classes: `control-indicator--checkbox control-indicator--checkbox--tick` * a cross - use these classes: `control-indicator--checkbox` See this screen grab for an example: https://www.dropbox.com/s/jz91afb7bxe7e4h/Screenshot%202015-08-15%2013.36.02.png?dl=0 --- .../components/_forms-custom-controls.scss | 139 +++++++++++------- 1 file changed, 87 insertions(+), 52 deletions(-) diff --git a/assets/src/scss/partials/components/_forms-custom-controls.scss b/assets/src/scss/partials/components/_forms-custom-controls.scss index 5e68e137..48626465 100644 --- a/assets/src/scss/partials/components/_forms-custom-controls.scss +++ b/assets/src/scss/partials/components/_forms-custom-controls.scss @@ -1,13 +1,15 @@ /** - * Custom Checkboxes and radios - modified from WTF forms – http://wtfforms.com/ + * Custom Checkboxes and radios + * + * IE9+ :) * * -------------------------------- * * Checkbox button example HTML * - *