settings: Fix color styling for nested inputs to work in night mode.

This commit is contained in:
Cynthia Lin
2018-08-04 17:43:03 -07:00
committed by Tim Abbott
parent a001e8d6ec
commit ecbc58c586
3 changed files with 6 additions and 1 deletions

View File

@@ -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');
}
};