diff --git a/src/main/ui/static/templates/payment/success.css b/src/main/ui/static/templates/payment/success.css index 7f09f7bad..48a74b1e4 100644 --- a/src/main/ui/static/templates/payment/success.css +++ b/src/main/ui/static/templates/payment/success.css @@ -96,7 +96,7 @@ padding-top: 25px; padding-bottom: 19px; border-radius: 5px; - background: -webkit-linear-gradient(top, rgb(48, 175, 153), rgb(48, 175, 105)); + background: -webkit-linear-gradient(top, rgb(253, 99, 1), rgb(251, 120, 4)); box-shadow: rgba(0,0,0,.3) 5px 5px 10px; animation:0.5s showDialog; }