From 6d46457973e590fdb1eb204f64d2710a735acc3b Mon Sep 17 00:00:00 2001 From: mukeshs Date: Mon, 3 Nov 2025 14:32:47 +0530 Subject: [PATCH] Update favicon and professor styles --- .../professor/professor.component.css | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/support-portal-frontend/src/app/component/professor/professor.component.css b/support-portal-frontend/src/app/component/professor/professor.component.css index 5fa8b5d..60a58d3 100644 --- a/support-portal-frontend/src/app/component/professor/professor.component.css +++ b/support-portal-frontend/src/app/component/professor/professor.component.css @@ -1125,44 +1125,4 @@ margin-left: 0; width: 100%; } -} - -/* Add these styles to your existing professor.component.css */ - -/* Disabled file upload label styling */ -.file-label.disabled { - opacity: 0.6; - cursor: not-allowed; - background-color: #f5f5f5; - color: #999; - pointer-events: none; -} - -.file-label.disabled:hover { - background-color: #f5f5f5; - border-color: #ddd; -} - -/* Form text helper styling */ -.form-text { - display: block; - margin-top: 0.5rem; - font-size: 0.875rem; -} - -.text-muted { - color: #6c757d; -} - -/* Disabled input styling */ -input[type="file"]:disabled { - cursor: not-allowed; -} - -/* Additional styling for the file upload wrapper when disabled */ -.file-upload-wrapper:has(input:disabled) .file-label { - opacity: 0.6; - cursor: not-allowed; - background-color: #f5f5f5; - color: #999; } \ No newline at end of file