Sahil Batra
99acb9a876
css: Replace "night-mode-block" with "dark-theme-block".
2021-11-26 22:03:29 -08:00
Sahil Batra
2feb1443df
css: Replace "dark mode" with "dark theme" in comments.
2021-11-26 22:03:29 -08:00
Sahil Batra
dcd6da0351
misc: Replace "night" and "day" with "dark" and "light".
...
This commit replaces "night" and "day" used in the context
of themes with "dark" and "light".
2021-11-26 22:03:29 -08:00
Sahil Batra
29dcbbb548
frontend: Rename "night-mode" class to "dark-theme".
2021-11-26 22:03:29 -08:00
Sahil Batra
88e21d0387
misc: Replace "night mode" with "dark theme" in comments.
2021-11-26 22:03:29 -08:00
YashRE42
7151147907
stream_settings: Replace ul, li tags with div tags for checkboxes.
...
Due to reasons similar to 5de115a964
, we
switch from using `ul`/`li`s to using `div`s here.
2021-11-23 14:10:49 -08:00
YashRE42
aaef190a36
stream_settings: Remove grey-box from personal tab & stream create.
...
Previously, the presence of the styles applied by grey-box caused a
visual disparity between the stream settings overlay and the
personal/organization settings overlay, hence, this commit removes
this class.
2021-11-23 14:10:49 -08:00
YashRE42
afa62609bc
stream_types: Remove grey-box class.
...
Previously, the presence of the styles applied by grey-box caused a
visual disparity between this modal and similar settings in our
organisation settings view, hence, this commit removes this class.
2021-11-23 14:10:48 -08:00
Aman Agrawal
061e274716
compose: Add dividers.
...
These improves the visual organization of the compose controls.
This is consistent with the divider we have for the navbar.
2021-11-22 18:44:32 -08:00
Sahil Batra
291f8e570d
styles: Rename night_mode.css to dark_theme.css.
...
Fixes part of #20228 .
2021-11-18 16:55:35 -08:00