settings: Make the label for disabled checkboxes less faded.

This commit updates the CSS to makes the label for disabled
checkbox less faded such that it is faded enough to figure out
that the setting is disabled but the text is also visible clearly.
This commit is contained in:
Sahil Batra 2024-06-27 09:17:02 +05:30 committed by Tim Abbott
parent 39bcb6bd8b
commit d60075a8cf
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ input[type="checkbox"] {
}
.control-label-disabled {
color: hsl(0deg 0% 64%);
color: hsl(0deg 0% 50%);
}
.admin-realm-message-retention-days {