Skip to content

Commit

Permalink
Dev: added preview for checkbox icon option
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 12, 2017
1 parent b37edf2 commit a0bf657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/survey/fruity/options/options.twig
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div class='col-sm-12'>
<input type="text" name="checkicon" value="" class="selector_option_value_field form-control simple_edit_options_checkicon" data-id="checkicon" />

( <i class="fa">&#x{{ aOptions.checkicon }}</i> )
( <i class="fa" style=" background-color: #328637; color: white; width: 16px; height: 16px; padding-left: 3px; padding-top: 2px; font-size: 11px; ">&#x{{ aOptions.checkicon }}</i> )
</div>
</div>
</div>
Expand Down

0 comments on commit a0bf657

Please sign in to comment.