zulip/web/styles
Sahil Batra 91cba1a05e informational_overlays: Fix top and bottom borders in thead.
Previously, two borders were applied on the heading of tables
in informational_overlay. Top of the heading element had one
border from "table" and one from "th" element. Bottom of the
heading had one border from "th" element and one from "td"
element.

This commit fixes it by changing the CSS for borders on
"th" element to be applied only on striped tables without
borders (i.e. tables having "table-striped" class but not
"table-bordered" class) as bordered tables already have
top borders defined on td and table element while on
striped tables without borders, only bottom border is
applied on "td" elements along with the top and bottom
borders on "th".
2023-08-06 18:13:33 -07:00
..
portico portico: Re-add bootstrap CSS for tables with "table-bordered" class. 2023-08-06 18:13:33 -07:00
alerts.css dependencies: Upgrade JavaScript dependencies. 2023-07-21 15:58:42 -07:00
app_components.css informational_overlays: Fix top and bottom borders in thead. 2023-08-06 18:13:33 -07:00
components.css bot_icon: Adjust bot-icon color for light and dark modes. 2023-06-23 14:43:22 -07:00
compose.css dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
dark_theme.css css: Isolate dark theme to screen only. 2023-08-06 13:27:40 -07:00
drafts.css message_overlays: Apply grid to drafts and scheduled messages. 2023-07-13 09:02:00 -07:00
hotspots.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
image_upload_widget.css image_upload_widget: Refactor style of upload_widget's preview_image. 2023-03-27 10:19:29 -07:00
informational_overlays.css modals: Fix background color bug from background color changes. 2023-05-23 21:40:11 -07:00
input_pill.css UI redesign: Change background color. 2023-05-09 16:25:28 -07:00
left_sidebar.css bootstrap: Remove bootstrap CSS for input-append class. 2023-07-23 15:44:58 -07:00
lightbox.css css: Use 200 font weight instead of 100. 2023-07-06 17:57:37 -07:00
message_edit_history.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
message_row.css bot_icon: Correct vertical alignment. 2023-07-26 12:15:11 -07:00
modal.css dialog_widget: Rename "dialog_cancel_button" to "dialog_exit_button". 2023-07-25 10:25:12 -07:00
popovers.css dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
print.css print: Try to keep message headers with messages. 2023-08-06 13:27:40 -07:00
progress_bar.css refactor: Refactor progress_bar CSS to remove redundant code. 2023-04-05 15:47:14 -07:00
pygments.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
reactions.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
recent_topics.css recent_topics: Fix clear search button misaligned. 2023-07-19 11:09:24 -07:00
rendered_markdown.css markdown: Re-add bootstrap CSS for blockquote used in markdown. 2023-07-23 15:44:58 -07:00
right_sidebar.css bootstrap: Remove bootstrap CSS for input-append class. 2023-07-23 15:44:58 -07:00
scheduled_messages.css scheduled_messages_overlay_ui: Use CSS to display no scheduled messages. 2023-05-01 22:45:03 -07:00
search.css search: Rename search_arrows to searchbox_container. 2023-07-23 15:27:53 -07:00
settings.css dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
subscriptions.css dropdown_widget: Refactor to use Class. 2023-07-27 14:10:08 -07:00
tooltips.css css: Use variable font when using Source Sans 3. 2023-07-06 17:57:37 -07:00
typing_notifications.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_circles.css styles: Use modern color notation. 2023-03-24 17:26:55 -07:00
user_status.css css: Hyphenate .status-emoji selector. 2023-03-27 17:31:31 -07:00
widgets.css dependencies: Upgrade JavaScript dependencies. 2023-07-21 15:58:42 -07:00
zulip.css css: Isolate dark theme to screen only. 2023-08-06 13:27:40 -07:00