diff --git a/app/assets/images/icon-checkmark-green.png b/app/assets/images/icon-checkmark-green.png new file mode 100644 index 0000000..f10f263 Binary files /dev/null and b/app/assets/images/icon-checkmark-green.png differ diff --git a/app/assets/stylesheets/main.css.erb b/app/assets/stylesheets/main.css.erb index 79f6a57..a714ba4 100644 --- a/app/assets/stylesheets/main.css.erb +++ b/app/assets/stylesheets/main.css.erb @@ -1433,7 +1433,7 @@ input, select, textarea { .check-list li { padding: 0.7em 0 0.7em 45px; font-size: 1.8em; - background: url("<%= asset_path('icon-checkmark.png') %>") 0px 1.05em no-repeat; + background: url("<%= asset_path('icon-checkmark-green.png') %>") 0px 1.05em no-repeat; } .check-list li:first-child {