mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings: Fix color styling for nested inputs to work in night mode.
This commit is contained in:
@@ -22,7 +22,7 @@ exports.show_or_hide_menu_item = function () {
|
||||
.find("input, button, select").attr("disabled", true);
|
||||
$(".organization-box [data-name='profile-field-settings']")
|
||||
.find("input, button, select").attr("disabled", true);
|
||||
$(".control-label-disabled").css("color", "#333333");
|
||||
$(".control-label-disabled").addClass('enabled');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user