mirror of https://github.com/zulip/zulip.git
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:
parent
39bcb6bd8b
commit
d60075a8cf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue