Brock Whittaker
d883f3308c
dark-mode: Refactor top-of-messages logo to have CSS styles.
...
This changes the fill and stroke styles to be in CSS rather than
inlined in the SVG, making it easier to change and override elsewhere.
2017-11-29 16:44:43 -08:00
Brock Whittaker
a2729c52d0
dark-mode: Fix incorrect hover colors on .stream_label.
...
The headers on some dark stream labels would turn dark and and on some
light turn light. This makes sure that does not happen.
2017-11-29 16:44:43 -08:00
Brock Whittaker
618455c7aa
dark-mode: Fix invite overlay to have a dark background and borders.
...
This changes the modal background to be dark and changes the header
border to be darker instead of lighter like the subs and settings ones
are.
2017-11-29 16:44:43 -08:00
Brock Whittaker
836bfd8f45
dark-mode: Refactor gear-menu icon to be translucent.
...
This makes the gear-menu icon translucent rather than medium grey and
black (which isn't even our base text color) to be half opaque (approx)
and base text color.
2017-11-29 16:44:43 -08:00
Brock Whittaker
e37838c926
dark-mode: Refactor compose icons to be translucent.
...
This makes the compose icons translucent rather than medium grey
and black (which isn't even our base text color) to be half opaque
(approx) and base text color.
2017-11-29 16:44:43 -08:00
Brock Whittaker
edffa56c51
dark-mode: Style alerts to be darker red.
...
This styles the alerts to be a darker red that blends more with the
blue dark mode theme.
2017-11-29 16:44:43 -08:00
Brock Whittaker
89b38ff87d
dark-mode: Change all links to be brighter blue on hover.
...
This changes the links to become more emphasized by being brighter
rather than darker since they’re on a dark background.
2017-11-29 16:44:43 -08:00
Brock Whittaker
76f6051a1e
dark-mode: Change popover arrows to all be dark.
...
This changes the position-based arrows on popovers to all be dark
rather than light grey.
2017-11-29 16:44:43 -08:00
Brock Whittaker
ad9c71b4b1
dark-mode: Change emoji reaction overlay to be dark mode compatible.
...
This changes it to be compatible with the dark-mode which involves one
change to light mode of changing a grey to a translucent white in
reactions.css.
2017-11-29 16:44:42 -08:00
Brock Whittaker
1716d69c35
dark-mode: Fix @-mention colors.
...
This fixes mention colors for dark mode.
2017-11-29 16:44:42 -08:00
Tim Abbott
377cad7dc2
css: Deduplicate user-group-mention CSS.
...
These CSS rules were identical before, anyway.
2017-11-29 16:43:46 -08:00
Brock Whittaker
e62ba13887
dark-mode: Change background-image and background-color to background.
...
There isn’t any reason for either of these mention code paths to be
using specified background types, so convert them all to background so
inheritance is more simple.
2017-11-29 16:42:07 -08:00
Brock Whittaker
64381b6e38
dark-mode: Remove unnecessary CSS and fix dark mode bugs.
2017-11-29 16:40:18 -08:00
Tommy Ip
b9c2f479d3
refactor: s/send-status-close/compose-send-status-close.
2017-11-27 21:35:14 -08:00
Tommy Ip
c0c58f9761
refactor: s/send-status/compose-send-status.
2017-11-27 21:35:14 -08:00
Rhea Parekh
1d826ae201
composebox: Warn when linked to private streams.
...
Fix issue #6860
2017-11-27 07:41:59 -08:00
Balaji2198
585cd36a2e
setting: Align elements properly in invite users.
...
Adds a margin-top to `Check all` and `Uncheck all` elements.
Fixes #7488 .
2017-11-26 09:13:33 -08:00
Eeshan Garg
15bf0ebc61
css: Fix overflowing long URLs in Markdown macros.
...
Long URLs in Markdown macros overflow their containers without this
property. This reverts 0dc91a9148 . We
will likely need to fix the original Windows bug that
0dc91a9148 has resolved another way.
2017-11-25 17:02:38 -08:00
Robert Hönig
0dc91a9148
css: Fix code blocks overflowing for integration names.
2017-11-24 09:26:08 -08:00
Cynthia Lin
b607d26f0a
lightbox: Fix image metadata not displaying at full width when possible.
2017-11-24 09:21:31 -08:00
akashnimare
271c3c1101
portico: Fix portico dropdown bug.
...
This fixes a responsiveness bug where the portico dropdown was not
showing up properly in a mobile view.
2017-11-23 15:56:50 -08:00
Tim Abbott
1152246993
Revert "reactions: Change from grey to translucent."
...
This reverts commit 30f45ac061 .
This commit caused problems with the compose box emoji picker
overflowing its bounds in Firefox at 90% zoom.
2017-11-23 14:55:00 -08:00
akashnimare
a37e993907
portico: Remove unnecessary background from realm-icon.
...
This PR removes unnecessary white background from realm-icon.
Also, I have given padding and border-radius to make it look good.
This also fixes a bug where realm-name didn't show up because of the
white font color.
2017-11-22 15:00:22 -08:00
Tommy Ip
f425f9ad3d
navbar: Fix transparency issue.
2017-11-22 13:02:13 -08:00
Tommy Ip
e44b8809b2
/team: Render contributors list in tabs client side.
2017-11-22 11:33:24 -08:00
Cynthia Lin
e071d27b6b
lightbox: Fix text overflow of translated user interface.
...
Fixes #7469 .
2017-11-22 09:56:30 -08:00
Vishnu Ks
34689370cd
settings: Create UI and backend for setting signups stream.
2017-11-21 17:39:51 -08:00
Rohitt Vashishtha
5221ea5db5
settings: Make CSS selector more specific in table rows in org settings.
...
Fixes #7374 . Since we use `table-layout: fixed`, the width of the first
row are applied to all the remaining rows, thus wrapping all the columns
to 20% width. This is fixed by making the selector specific to only
user_rows and not the editable data row.
2017-11-21 09:12:55 -08:00
Cynthia Lin
aa50fae4ba
portico: Add anchor link support to API and user docs.
...
Fixes #7432 .
2017-11-20 17:23:19 -08:00
Tommy Ip
3a397b2f2d
/team: Left align BDFL name and role in non-mobile UI.
2017-11-20 09:44:17 +00:00
Umair Khan
06b57e8512
style: Merge css of social login/register buttons.
2017-11-17 11:44:13 -08:00
Andy Perez
bdaf3275f7
message feed: Fix display height of empty messages.
...
Ideally, empty messages are never created. However, sometimes even
non empty messages can act as if empty, such as one consisting only
of an opening and closing blockquote tag. This sets the
.message_content to have a minimum height equal to the line height.
This is overridden with zero (the default) in the case of collapse.
2017-11-17 11:40:22 -08:00
Brock Whittaker
2b6587c6bf
overlays: Move overlays earlier in index.html.
...
It appears as though the ordering of the overlays in the DOM is
overriding their z-index in Safari on mobile. This moves them up to
the top of the template ahead of the header so that the header will no
longer display above the overlays in positioning.
Fixes : #7248 .
2017-11-17 11:03:08 -08:00
Brock Whittaker
4fb7292dd4
message-feed: Add dark mode support for inline code.
2017-11-17 10:30:24 -08:00
Brock Whittaker
874598b291
left-sidebar: Change icons to be translucent.
...
This changes the icons to be translucent rather than grey and also
makes them get darker on hover rather than lighter (which didn’t really
make sense) on the normal theme.
2017-11-17 10:30:24 -08:00
Brock Whittaker
5081294c5b
streams: Remove unnecessary font color declaration, change to translucent.
...
This changes a declaration from grey to translucent and another to
remove an unnecessary color declaration.
2017-11-17 10:30:23 -08:00
Brock Whittaker
015cd65e8f
message-feed: Change borders from grey to translucent.
...
This changes the borders from grey to translucent and bins them to the
nearest tenth of opacity.
2017-11-17 10:30:23 -08:00
Brock Whittaker
7d2607c919
settings: Change borders from grey to translucent.
...
This also changes the .settings-section table borders to be darker
which keeps it inline with the rest of the styling.
2017-11-17 10:30:23 -08:00
Brock Whittaker
30f45ac061
reactions: Change from grey to translucent.
...
This keeps the look the same on a white background but works better on
color backgrounds, as it shares a similar saturation.
2017-11-17 10:30:23 -08:00
Brock Whittaker
d13e556923
reactions: Remove unecessary color declaration.
2017-11-17 10:30:23 -08:00
Brock Whittaker
e14e61c22e
compose: Change borders from gray to translucent.
...
This works better on color backgrounds while staying the same on white.
The compose input borders are also darkened slightly.
2017-11-17 10:30:23 -08:00
Brock Whittaker
83f329b41a
components: Change checkboxes from grey to translucent.
...
This works better with color background and looks the same on white.
2017-11-17 10:30:23 -08:00
Brock Whittaker
aeed2e6863
dark-mode: Remove unnecessary CSS and fix dark mode bugs.
2017-11-17 10:30:18 -08:00
Brock Whittaker
151e5b0e51
app: Remove column-middle background color.
...
The declaration making the background color white seems to be
unnecessary.
2017-11-17 08:44:04 -08:00
Brock Whittaker
f5f217570c
message-feed: Change private message blue to be translucent.
...
This looks the same on white, different on dark blue.
2017-11-17 08:44:04 -08:00
Brock Whittaker
2d9a570ceb
drafts: Remove unnecessary white background on messages.
...
This removes the white background behind the messages that isn’t useful
since they are already on a white background.
2017-11-17 08:44:04 -08:00
Brock Whittaker
53616cc714
gear-menu: Inherit body color.
...
Instead of overriding the default link color with grey, just inherit
the body color.
2017-11-17 08:44:04 -08:00
Brock Whittaker
a77b41dce4
navbar: Remove background attribute on search bar.
...
This removes the background color declaration on the search bar so it
can inherit the standard input background color.
navbar: Let search bar inherit from base color.
2017-11-17 08:44:04 -08:00
Brock Whittaker
3df96a27cc
message-feed: Make stream labels inherit color.
...
Instead of overriding the default link color with grey, just inherit
the base color.
2017-11-17 08:44:04 -08:00
Brock Whittaker
ff39aa0eb5
message-feed: Remove white backgrounds on messages.
...
They aren’t necessary either I don’t believe.
2017-11-17 08:44:04 -08:00