- Introduction of Partner Admin role in combination with 'Management Partner' type.
This commit is contained in:
@@ -330,11 +330,20 @@ input[type="radio"] {
|
||||
color: var(--bs-body-color) !important; /* Text color consistent with the theme */
|
||||
}
|
||||
|
||||
.form-control:disabled {
|
||||
background-color: var(--bs-gray-100) !important; /* Gray background for disabled fields */
|
||||
color: var(--bs-gray-600) !important; /* Dimmed text color for disabled fields */
|
||||
/* Style for both disabled and readonly fields - same gray background */
|
||||
.form-control:disabled,
|
||||
.form-control[readonly] {
|
||||
background-color: var(--bs-gray-100) !important; /* Gray background */
|
||||
color: var(--bs-gray-600) !important; /* Dimmed text color */
|
||||
}
|
||||
|
||||
/* Light orange background for editable fields */
|
||||
/* TODO
|
||||
.form-control:not([readonly]):not(:disabled) {
|
||||
background-color: #ffe4d6 !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.form-check-input:checked {
|
||||
background-color: var(--bs-primary) !important; /* Primary color for checked checkboxes */
|
||||
border-color: var(--bs-primary) !important; /* Primary color for checkbox border */
|
||||
|
||||
Reference in New Issue
Block a user