Style cancel button to match upload button

This commit is contained in:
ghassan 2026-03-03 21:14:40 +03:00
parent c2bac73984
commit 3f40316d53

View File

@ -575,15 +575,15 @@
} }
.upload-page-actions .btn-cancel { .upload-page-actions .btn-cancel {
background: transparent; background: #1a1a1a;
border: 1px solid #404040; color: white;
color: #aaa; box-shadow: 0 4px 15px rgba(230, 30, 30, 0.3);
text-decoration: none; text-decoration: none;
} }
.upload-page-actions .btn-cancel:hover { .upload-page-actions .btn-cancel:hover {
border-color: #666; transform: translateY(-2px);
color: #fff; box-shadow: 0 6px 20px rgba(230, 30, 30, 0.4);
} }
.upload-page-actions .btn-submit { .upload-page-actions .btn-submit {