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