X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2FCRM%2FContribute%2FPage%2FWidget.tpl;h=1074e2e1a71f9f0f59f67742f33f8ee07c09e718;hb=25a057dd21603b57e58d519aadec64d927b17502;hp=ac4463254da1c7c9ebea2ab72ccaa573a09b6a55;hpb=44fa888540e8bd14c5d6fa20e438c032f9f6b0f0;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/Widget.tpl b/templates/CRM/Contribute/Page/Widget.tpl index ac4463254d..1074e2e1a7 100644 --- a/templates/CRM/Contribute/Page/Widget.tpl +++ b/templates/CRM/Contribute/Page/Widget.tpl @@ -102,11 +102,9 @@ background-color: {/literal}{$form.color_main_bg.value}{literal}; } /* title */ .crm-contribute-widget .crm-amount-raised { color:#000; } - .crm-contribute-widget .crm-amount-bar /* progress bar */ - background-color:{/literal}{$form.color_bar.value}{literal}; - border-color:#CECECE; + .crm-contribute-widget .crm-amount-fill { + background-color:{/literal}{$form.color_bar.value}{literal}; } - .crm-contribute-widget .crm-amount-fill { background-color:#2786C2; } .crm-contribute-widget a.crm-contribute-button { /* button color */ background-color:{/literal}{$form.color_button.value}{literal}; }