Skip to content

Commit

Permalink
Beta2 bug fix. 31241. added tip for transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagadees-zyxware committed Nov 14, 2014
1 parent d6f51b1 commit 355ba3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion createwidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cj(function ( $ ) {
$('#logo_image').after('<label><br><SMALL>Select smaller image appropriate for logo</SMALL></label>');
$('#email_signup_group_id').after("<label><br><SMALL>Those groups that are 'Mailing List' selected are shown.</SMALL></label>");
$('#size_variant').after("<label><br><SMALL>Fixed width. Height depends on what contents selected.</SMALL></label>");

$('#hide_border').after("<label><br>To get transparent background give <strong>none</strong> in the Background color field.</label>");
}
$(document).ready(setState)
$('#override').click(setState);
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Wci/Page/wciwidget.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
border-radius: 12px;
background-color: {/literal}{$wciform.color_widget_bg}{literal}; /* background color */
}
.crm-wci-widget-border {
border: 4px solid {/literal}{$wciform.color_border}{literal};
background-color: {/literal}{$wciform.color_widget_bg}{literal}; /* background color */
}

.crm-wci-widget hr {
Expand Down

0 comments on commit 355ba3d

Please sign in to comment.