Update favicon and professor styles
This commit is contained in:
@ -1126,43 +1126,3 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user