zulip/static
Sahil Batra ca70089842 settings: Fix disabled select elements in modal.
The background-color and opacity is same for all
select elements in modals and settings in disabled
state, but due to the background of modal being
bright enough, the select element in modals would
not look disabled.

One possible solution could have been to set
"opacity: 1" but that changes opacity for text too
and makes it darker which is not the case for other
select elements.

So instead made the background slightly darker for
select elements inside the modal using hsla property.
It might not be exact same as the other select elements,
but it is still better than the previous behavior.

For role element in bot edit form, we used to set
opacity to 1 to fix this bug, and this commit removes
it as we have fixed it for all modals in general
2023-02-20 16:28:41 -08:00
..
assets compose: Create shared compose banner and use for resolved topic warning. 2022-12-06 15:42:07 -08:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
images widgets: Make the todo and poll widgets look consistent / similar. 2023-01-30 11:51:33 -08:00
js settings: Indicate character limit on restoring long draft messages. 2023-02-20 16:23:08 -08:00
shared typeahead: Add typescript type definitions for typeahead. 2023-02-09 16:51:40 -08:00
styles settings: Fix disabled select elements in modal. 2023-02-20 16:28:41 -08:00
templates settings: Add bootstrap-focus-style to select elements. 2023-02-20 16:28:41 -08:00
third typeahead: Fix bug where typeahead showed momentarily on shift + tab. 2023-01-30 14:38:25 -08:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00