mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
@@ -13,9 +13,10 @@ exports.show_or_hide_menu_item = function () {
|
||||
$(".organization-box [data-name='auth-methods']")
|
||||
.find("input, button, select, checked").attr("disabled", true);
|
||||
$(".organization-box [data-name='default-streams-list']")
|
||||
.find("input, button, select").attr("disabled", true);
|
||||
.find("input:not(.search), button, select").attr("disabled", true);
|
||||
$(".organization-box [data-name='filter-settings']")
|
||||
.find("input, button, select").attr("disabled", true);
|
||||
$(".control-label-disabled").css("color", "#333333");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -183,6 +183,12 @@
|
||||
border: 1px solid #eea236;
|
||||
}
|
||||
|
||||
.new-style .button[disabled="disabled"]:hover {
|
||||
background-color: #eee;
|
||||
color: #5bb792;
|
||||
border-color: #addcc9;
|
||||
}
|
||||
|
||||
/* -- tab switcher -- */
|
||||
|
||||
.new-style .tab-switcher {
|
||||
|
||||
Reference in New Issue
Block a user