zulip/static/styles
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
..
portico landing-page: Stop relying on image paths. 2023-02-14 17:17:06 -05:00
alerts.css unread_ops: Let server do the mark as unread for us. 2022-11-17 00:46:26 -08:00
app_components.css styles: Remove unnecessary ../static/ in image path. 2023-02-14 17:17:06 -05:00
components.css styles: Fix horizontal SimpleBar height for SimpleBar 6. 2023-02-13 15:45:12 -08:00
compose.css styles: Hoist @keyframes to top level. 2023-02-20 12:10:18 -08:00
dark_theme.css styles: Fix flatpickr dark theme in automatic mode. 2023-02-20 12:09:52 -08:00
drafts.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
hotspots.css hotspots: Remove intro_reply hotspot. 2021-12-07 21:55:59 -08:00
image_upload_widget.css image-upload-widget: Render `image_disabled` div if text to display. 2023-01-11 13:12:59 -08:00
informational_overlays.css overlay: Fix bug of information overlay not closing when text is selected. 2022-01-21 17:39:01 -08:00
input_pill.css compose: Offer narrow to compose target button for private messages. 2022-10-05 11:11:28 -07:00
left_sidebar.css left_sidebar: Space PM / topic / stream names from icons on right by 3px. 2023-02-01 16:04:33 -08:00
lightbox.css lightbox: Remove Pan/Zoom enable button. 2022-03-03 13:48:32 -08:00
message_edit_history.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
message_row.css Revert "message_row: Allow time row to expand if it needs more width." 2023-01-31 15:39:52 -08:00
modal.css settings: Fix disabled select elements in modal. 2023-02-20 16:28:41 -08:00
popovers.css user profile: Fix height issues with remove-subscription-button. 2023-02-05 14:46:36 -08:00
pygments.css styles: Fix stylelint rule-empty-line-before. 2021-10-17 07:15:09 -07:00
reactions.css css: Use grid layout for messages. 2023-01-10 17:03:37 -08:00
recent_topics.css css: Add min-width to user presence dot. (#23526) 2022-12-06 16:15:55 -08:00
rendered_markdown.css rendered_markdown: Fix alignment of icons in code blocks. 2022-09-22 10:35:33 -07:00
right_sidebar.css css: Add min-width to user presence dot. (#23526) 2022-12-06 16:15:55 -08:00
settings.css settings: Fix disabled select elements in modal. 2023-02-20 16:28:41 -08:00
subscriptions.css settings: Remove some duplicate CSS. 2023-02-20 16:28:41 -08:00
tooltips.css tooltips: Fix hotkey-hint CSS class reuse. 2023-02-08 13:13:35 -08:00
typing_notifications.css left_side_userlist: Remove feature from frontend. 2022-11-14 12:23:55 -08:00
user_circles.css styles: Fix some invalid CSS. 2022-03-09 09:37:31 -08:00
user_status.css status_emoji: Modify centering technique for .selected_emoji. 2022-02-08 16:52:49 -08:00
widgets.css widgets: Make the todo and poll widgets look consistent / similar. 2023-01-30 11:51:33 -08:00
zulip.css recipient_bar: Add box shadow at top. 2023-02-09 10:05:42 -08:00