Merge branch 'MDL-86086-501' of https://github.com/andimendunia/moodle into MOODLE_501_STABLE
This commit is contained in:
@@ -521,3 +521,14 @@ textarea[data-auto-rows] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Readonly inputs should have visual distinction from editable inputs.
|
||||
// Apply the same styling as disabled inputs to make them clearly readonly.
|
||||
.form-control[readonly] {
|
||||
color: $input-disabled-color;
|
||||
background-color: $input-disabled-bg;
|
||||
border-color: $input-disabled-border-color;
|
||||
// Follows disabled styles in bootstrap/forms/_form-control.scss.
|
||||
// iOS fix for unreadable content.
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -35379,6 +35379,11 @@ textarea[data-auto-rows] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.form-control[readonly] {
|
||||
background-color: var(--bs-secondary-bg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.pagelayout-login #region-main {
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
|
||||
@@ -35379,6 +35379,11 @@ textarea[data-auto-rows] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.form-control[readonly] {
|
||||
background-color: var(--bs-secondary-bg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.pagelayout-login #region-main {
|
||||
border: 0;
|
||||
background-color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user