From 0b893025a5f15733905b92fb9fb888f6ecf8fe06 Mon Sep 17 00:00:00 2001 From: ghassan Date: Tue, 3 Mar 2026 20:31:47 +0300 Subject: [PATCH] Remove red header from upload page --- resources/views/videos/create.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/videos/create.blade.php b/resources/views/videos/create.blade.php index 96efde2..3f7bb8e 100644 --- a/resources/views/videos/create.blade.php +++ b/resources/views/videos/create.blade.php @@ -91,7 +91,7 @@ background: linear-gradient(145deg, #1e1e1e 0%, #252525 100%); border: 1px solid #3a3a3a; border-radius: 24px; - box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(230, 30, 30, 0.1); + box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6); overflow: hidden; width: 100%; max-width: 520px; @@ -113,7 +113,7 @@ } .upload-modal-header { - background: linear-gradient(135deg, #e63030 0%, #ff4d4d 100%); + background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%); border-bottom: none; padding: 20px 24px; position: relative; @@ -592,7 +592,7 @@ } .upload-modal-actions .btn-submit { - background: linear-gradient(135deg, #e63030 0%, #ff4d4d 100%); + background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%); color: white; box-shadow: 0 4px 15px rgba(230, 30, 30, 0.3); }