Update favicon and professor styles

This commit is contained in:
2025-11-03 14:32:47 +05:30
parent 46234722f8
commit 6d46457973

View File

@ -1125,44 +1125,4 @@
margin-left: 0; margin-left: 0;
width: 100%; 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;
} }