X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FWidget.tpl;h=1074e2e1a71f9f0f59f67742f33f8ee07c09e718;hb=36e4d1a775a0f1420c7dfc10e708e6a455225e6a;hp=ac4463254da1c7c9ebea2ab72ccaa573a09b6a55;hpb=8df6c61eafe31a9984dce89ec8237f3a178fbe37;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}; }