diff --git a/app/static/css/keys_status.css b/app/static/css/keys_status.css index ce1d179..11659b4 100644 --- a/app/static/css/keys_status.css +++ b/app/static/css/keys_status.css @@ -232,18 +232,12 @@ li:hover { } .verify-btn { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #2ecc71, #27ae60); } .verify-btn:hover { transform: translateY(-2px); - box-shadow: 0 5px 15px rgba(118, 75, 162, 0.3); - background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); -} - -.verify-btn:active { - transform: translateY(1px); - box-shadow: 0 5px 10px rgba(118, 75, 162, 0.2); + box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3); } .verify-btn:disabled {