mirror of https://github.com/zulip/zulip.git
stream_settings: Fix .dropdown-widget-button color.
Fixes "Who can unsubscribe others from this channel?" dropdown to match other dropdowns.
This commit is contained in:
parent
4563fe07bc
commit
f94c55229f
|
@ -350,7 +350,8 @@
|
|||
:disabled,
|
||||
input:not([type="radio"]):read-only,
|
||||
textarea:read-only,
|
||||
#organization-permissions .dropdown-widget-button:disabled {
|
||||
#organization-permissions .dropdown-widget-button:disabled,
|
||||
#stream-advanced-configurations .dropdown-widget-button:disabled {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
@ -405,6 +406,7 @@
|
|||
.user-status-content-wrapper,
|
||||
#custom-expiration-time-input,
|
||||
#organization-permissions .dropdown-widget-button,
|
||||
#stream-advanced-configurations .dropdown-widget-button,
|
||||
#compose_recipient_box {
|
||||
background-color: hsl(0deg 0% 0% / 20%);
|
||||
border-color: hsl(0deg 0% 0% / 60%);
|
||||
|
|
|
@ -1074,6 +1074,12 @@ div.settings-radio-input-parent {
|
|||
}
|
||||
}
|
||||
|
||||
#stream-advanced-configurations {
|
||||
.dropdown-widget-button {
|
||||
color: hsl(0deg 0% 33%);
|
||||
}
|
||||
}
|
||||
|
||||
#change_user_group_description,
|
||||
#change_stream_description {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue