Cynthia Lin
926365dc89
styles: Convert 6-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Akash Nimare
138cef0906
hotspots: Change styling of intro to reply hotspot.
...
Updated the styling so that it looks like other hotspots.
2018-10-02 11:38:26 -07:00
Marco Burstein
fa95ba9812
style: Fix the stream and user list buttons on mobile in night mode.
...
These buttons are displayed with a lighter background than other
buttons. Update their borders and background colors (along with the
border on the search box) so that they match the night theme.
Fix #10301 .
2018-08-21 12:42:06 -07:00
Cynthia Lin
452389df0d
night mode: Fix coloring of message edit info tooltip.
2018-08-13 16:17:15 -07:00
Cynthia Lin
f3fb616d17
night mode: Improve styling of user groups in night mode.
2018-08-13 16:17:15 -07:00
Cynthia Lin
16518aaa34
night-mode: Change coloring of disabled items to fit night mode.
2018-08-08 11:29:49 -07:00
Cynthia Lin
89dbfc2926
night-mode: Fix stream creation loading indicator background color.
2018-08-08 11:29:49 -07:00
Cynthia Lin
a001e8d6ec
night-mode: Fix color of clear search button for filter inputs.
2018-08-08 11:29:45 -07:00
Cynthia Lin
d46ad47bd2
night-mode: Fix broken selector for legacy searchbox styling.
2018-08-08 11:29:36 -07:00
Marco Burstein
5a160c66b7
night-mode: Add styles for disabled buttons.
...
Also create the similar styles for the hovered state.
2018-08-07 10:19:44 -07:00
Cynthia Lin
9efe907ef1
night_mode: Use nested selectors to change night mode element styling.
...
This is a SASS-exclusive feature that simplifies a majority of the night
mode selectors.
2018-07-31 17:41:27 -07:00
Cynthia Lin
0314d63e7a
night_mode: Improve legacy searchbox styling to fit night mode.
2018-07-31 17:41:27 -07:00
Cynthia Lin
ae48010158
night_mode: Improve pill searchbox styling to fit night mode.
2018-07-31 17:41:27 -07:00
Aditya Bansal
5190f4c51a
stylesheets: Fix coding style to comply with stylistic rules.
2018-07-27 00:15:58 -07:00
Shubham Dhama
281611f64c
night mode: Fix loading-ellipsis visiblity on clicking "more topics".
2018-06-19 11:04:14 -07:00
Cynthia Lin
7772b99d24
night-mode: Fix incorrectly-colored user profile in mobile view.
2018-06-12 13:13:19 -04:00
Yashashvi Dave
f725fa591d
custom fields: Fix all fields background color.
...
Fix url and date type of fields background color to
match with other filed's background color.
2018-06-07 08:31:27 -07:00
Eeshan Garg
9c8865ba76
frontend: Add UI to create/edit private streams with public history.
...
This completes the effort of making this a user-facing feature.
2018-05-21 16:03:06 -07:00
Armaan Ahluwalia
5f7b47e20c
css: Transition 'app.css' to SCSS.
...
This commit transitions all styles in app.css in the Django pipeline
to being compiled by webpack in an app-styles bundle, and renames the
various files to now be processed as SCSS.
To implement this transition, we move the old CSS file refernces in
settings.py and replace them with a bundle declared in
`webpack.assets.json` and includedn in the index.html template
Tweaked by tabbott to keep the list of files in `app.css` in
`webpack.assets.json`, and to preserve the ordering from the old
`settings.py`.
2018-05-02 17:13:16 -07:00