zulip/static/styles
sahil839 8e7ad58557 message_edit: Show loading indicator inside the button.
We now show loading indicator inside the 'save' button
instead of hiding the buttons to show the loading
indicator. Both the save and clear buttons are disabled
when the request is processing. We do not change color
of the buttons just change the cursor to indicate that
button are disabled and nothing happens on clicking them.

The reason for disabling the cancel button is that it
is actually not possible to cancel the action once
loading has started, so it is actually better to disable
it only such that users are not confused.

This commit adds a wrapper div element around the button
because we wanted to add two css properties to the button-
 'pointer-events: none' such that nothing happens on click
and 'cursor: not-allowed' to indicate that buttons are
disabled. But these boht styles cannot be added to same
element because 'pointer-events: none' overrides the
'cursor: not-allowed' style and normal cursor is visible.
That's why we add a wrapper to add 'cursor: not-allowed'
style to it and add 'pointer-events: none' to the button.
2021-07-05 17:24:28 -07:00
..
portico css: Make login-social-button responsive to larger fonts. 2021-06-02 20:23:33 -07:00
alerts.css static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
app_components.css ts: Convert loading module to TypeScript. 2021-07-05 17:04:06 -07:00
components.css login: Remove browser show password in IE, edge. 2021-06-14 16:35:25 -07:00
compose.css compose: Remove unnecessary 10x margin. 2021-06-29 11:28:49 -07:00
drafts.css styles: Globally set font-size and a unitless line-height. 2021-06-23 09:10:50 -07:00
hotspots.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
image_upload_widget.css styles: Fix line-height of delete button of image-upload-widget. 2021-06-24 14:36:58 -07:00
informational_overlays.css styles: Globally set font-size and a unitless line-height. 2021-06-23 09:10:50 -07:00
input_pill.css css: Avoid hardcoding font size in input pills. 2021-06-11 16:59:35 -07:00
left_sidebar.css left_sidebar: Hide "Add streams" widget for spectators. 2021-06-16 10:16:40 -07:00
lightbox.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
message_edit_history.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
modal.css css: Extract modal related css rules. 2021-06-23 17:50:55 -07:00
night_mode.css CSS: Fix border color issue for stream list in profile modal. 2021-06-29 16:50:04 -07:00
popovers.css minor: Make stream tab selector in profile modal more specific. 2021-07-02 13:53:46 -07:00
pygments.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
reactions.css css: Add block comment for reaction button logic. 2021-04-16 12:20:54 -07:00
recent_topics.css recent_topics: Optimize for mobile devices. 2021-06-01 08:32:06 -07:00
rendered_markdown.css message_edit_form: Convert from `id` to `class`. 2021-04-27 10:06:25 -07:00
right_sidebar.css css: Use default font size for user search icon. 2021-06-11 16:03:39 -07:00
settings.css settings: Move presence-enabled setting to 'Account & privacy'. 2021-07-05 14:27:56 -07:00
subscriptions.css streams: Eliminate content-editable to change stream info. 2021-07-05 14:35:15 -07:00
typing_notifications.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
user_circles.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
user_status.css user_status: Fix styling of modal. 2021-06-29 11:44:47 -07:00
widgets.css css: Remove invalid widgets CSS. 2021-06-11 15:08:14 -07:00
zulip.css message_edit: Show loading indicator inside the button. 2021-07-05 17:24:28 -07:00