diff --git a/resources/views/videos/create.blade.php b/resources/views/videos/create.blade.php index 1af793c..f79121d 100644 --- a/resources/views/videos/create.blade.php +++ b/resources/views/videos/create.blade.php @@ -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 {